diff options
-rw-r--r-- | npc/functions/dungeon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index d2a155fe4..d2664d79a 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -88,7 +88,7 @@ OnSick: // First time seeing this if (@sick$ != getmap()) { @sick$=getmap(); - dispbottom l("This map contains poisonous class and may cause diseases."); + dispbottom l("This map contains poisonous gas and may cause diseases."); } // The effect is based on HP |