Wizards: Remove boat from loot, fix napalm typo
This commit is contained in:
parent
18c6022437
commit
03c384e7e6
@ -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!"),
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user