Wizards: Remove boat from loot, fix napalm typo

This commit is contained in:
libraryaddict 2015-05-13 10:04:05 +12:00
parent 18c6022437
commit 03c384e7e6
2 changed files with 1 additions and 2 deletions

View File

@ -266,7 +266,7 @@ public enum SpellType // ❤
"Creates a ball of fire that grows",
"the longer it lives. At an large size",
"the longer it lives. At a large size",
"it even burns away nearby blocks!"),

View File

@ -684,7 +684,6 @@ public class Wizards extends SoloGame
_chestLoot.addLoot(Material.WHEAT, 5, 1, 2);
_chestLoot.addLoot(Material.WOOD, 5, 1, 10);
_chestLoot.addLoot(Material.BOAT, 5, 1, 2);
_chestLoot.addLoot(Material.GOLD_INGOT, 5, 1, 2);
_chestLoot.addLoot(Material.IRON_INGOT, 5, 1, 2);