mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
add water balloon game functionality
This commit is contained in:
parent
e95140d708
commit
79b4b76c5d
7 changed files with 82 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue