no message

This commit is contained in:
SilicaAndPina 2021-02-19 12:43:58 +13:00
parent b4c4a6c137
commit c0a03641c8

View file

@ -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")