text changes

This commit is contained in:
Cheese 2015-06-26 17:28:23 +10:00
parent 2498f7756c
commit a5aa2bc0e9

View File

@ -138,8 +138,7 @@ public class SkyWars extends SoloGame
}, new String[] }, new String[]
{ {
"Free for all battle in the sky!", "Free for all battle in the sky!",
"Collect loot from chests", "Craft or loot gear for combat",
"Mine ores on your island",
"Last player alive wins!" "Last player alive wins!"
}); });
@ -186,9 +185,7 @@ public class SkyWars extends SoloGame
_help = new String[] _help = new String[]
{ {
"Collect loot from chests to gear up!",
"Don't stand near the edge... You can get knocked off!",
"Collect TNT at the center island to throw and destroy other islands!"
}; };
setupPlayerLoot(); setupPlayerLoot();