add water balloon game functionality

This commit is contained in:
SilicaAndPina 2021-04-29 19:49:38 +12:00
parent e95140d708
commit 79b4b76c5d
7 changed files with 82 additions and 4 deletions

View file

@ -871,6 +871,7 @@ namespace HISP.Server
Item.FishingPole = gameData.item.special.fishing_poll;
Item.Earthworm = gameData.item.special.earthworm;
Item.BirthdayToken = gameData.item.special.birthday_token;
Item.WaterBalloon = gameData.item.special.water_balloon;
Item.ModSplatterball = gameData.item.special.mod_splatterball;
Item.MagicBean = gameData.item.special.magic_bean;
Item.MagicDroplet = gameData.item.special.magic_droplet;