mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-20 01:35:12 +12:00
Add rules and modhorse command
This commit is contained in:
parent
9031367be4
commit
6c70fe597c
6 changed files with 111 additions and 2 deletions
|
@ -963,7 +963,7 @@ namespace HISP.Server
|
|||
Messages.OnlyUnicornCanWarp = gameData.messages.commands.warp.only_unicorn;
|
||||
Messages.FailedToUnderstandLocation = gameData.messages.commands.warp.location_unknown;
|
||||
|
||||
// Mod
|
||||
// Mod Isle
|
||||
Messages.ModSplatterballEarnedYouFormat = gameData.messages.mods_revenge.awarded_you;
|
||||
Messages.ModSplatterballEarnedOtherFormat = gameData.messages.mods_revenge.awareded_others;
|
||||
Messages.ModIsleMessage = gameData.messages.commands.mod_isle.message;
|
||||
|
@ -976,6 +976,13 @@ namespace HISP.Server
|
|||
Messages.RulesIsleSentMessage = gameData.messages.commands.rules_isle.message;
|
||||
Messages.RulesIsleCommandMessageFormat = gameData.messages.commands.rules_isle.command_msg;
|
||||
|
||||
// Prison Isle
|
||||
Map.PrisonIsleX = gameData.messages.commands.prison_isle.x;
|
||||
Map.PrisonIsleY = gameData.messages.commands.prison_isle.y;
|
||||
Messages.PrisonIsleSentMessage = gameData.messages.commands.prison_isle.message;
|
||||
Messages.PrisonIsleCommandMessageFormat = gameData.messages.commands.prison_isle.command_msg;
|
||||
|
||||
|
||||
// Tag
|
||||
|
||||
Messages.TagYourItFormat = gameData.messages.meta.player_interaction.tag.tag_player;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue