mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 12:01:28 +12:00
Add pirate treasures, and pot of gold (Though, text is missing for Pot of Gold- i have to find one in public server first.)
This commit is contained in:
parent
e326dd2bf7
commit
cfdea72b6c
9 changed files with 346 additions and 2 deletions
|
@ -592,6 +592,9 @@ namespace HISP.Server
|
|||
Map.NewUserStartX = gameData.messages.new_user.starting_x;
|
||||
Map.NewUserStartY = gameData.messages.new_user.starting_y;
|
||||
|
||||
// Treasure
|
||||
Messages.PirateTreasureFormat = gameData.messages.treasure.pirate_treasure;
|
||||
|
||||
// Records
|
||||
Messages.ProfileSavedMessage = gameData.messages.profile_save;
|
||||
Messages.PrivateNotesSavedMessage = gameData.messages.private_notes_save;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue