mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Add birthday tokens lol
This commit is contained in:
parent
efdd02214e
commit
37c4c679a3
6 changed files with 79 additions and 6 deletions
|
@ -804,9 +804,10 @@ namespace HISP.Server
|
|||
Item.WishingCoin = gameData.item.special.wishing_coin;
|
||||
Item.FishingPole = gameData.item.special.fishing_poll;
|
||||
Item.Earthworm = gameData.item.special.earthworm;
|
||||
Item.BirthdayToken = gameData.item.special.birthday_token;
|
||||
|
||||
// New Users
|
||||
|
||||
|
||||
Messages.NewUserMessage = gameData.messages.new_user.starting_message;
|
||||
Map.NewUserStartX = gameData.messages.new_user.starting_x;
|
||||
Map.NewUserStartY = gameData.messages.new_user.starting_y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue