mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
no message
This commit is contained in:
parent
b4c4a6c137
commit
c0a03641c8
1 changed files with 2 additions and 2 deletions
|
@ -2381,9 +2381,9 @@ namespace HISP.Game
|
|||
if (TileCode == "STRAWPILE")
|
||||
{
|
||||
if (user.Inventory.HasItemId(Item.Pitchfork))
|
||||
message += Messages.HasPitchforkMeta;
|
||||
message += Messages.HasPitchforkMeta + Messages.ExitThisPlace + Messages.MetaTerminator;
|
||||
else
|
||||
message += Messages.NoPitchforkMeta;
|
||||
message += Messages.NoPitchforkMeta + Messages.ExitThisPlace + Messages.MetaTerminator;
|
||||
}
|
||||
|
||||
if (TileCode == "STORE")
|
||||
|
|
Loading…
Add table
Reference in a new issue