diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-05 21:50:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-05 21:50:34 -0300 |
commit | a1001ec9d3dc96b1b3366f4f742e9138454673a9 (patch) | |
tree | 03549022aa71bb8730b3f082ff0423fe379c4dba | |
parent | b57c7dfb7145d3d059c3cff4661bc9918c169aaf (diff) | |
download | serverdata-a1001ec9d3dc96b1b3366f4f742e9138454673a9.tar.gz serverdata-a1001ec9d3dc96b1b3366f4f742e9138454673a9.tar.bz2 serverdata-a1001ec9d3dc96b1b3366f4f742e9138454673a9.tar.xz serverdata-a1001ec9d3dc96b1b3366f4f742e9138454673a9.zip |
Fix obvious typo.
I mean, poisonous class? Seriously?
-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 |