diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:24:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:24:31 -0300 |
commit | ad9b957a6ee9b8e109cfe5c1e18274ddd6ffaeab (patch) | |
tree | aa97af9112224e367a18bc46f333c006c0875fd4 | |
parent | fd752dd036188051403c768a69f50492b1792f1e (diff) | |
download | serverdata-ad9b957a6ee9b8e109cfe5c1e18274ddd6ffaeab.tar.gz serverdata-ad9b957a6ee9b8e109cfe5c1e18274ddd6ffaeab.tar.bz2 serverdata-ad9b957a6ee9b8e109cfe5c1e18274ddd6ffaeab.tar.xz serverdata-ad9b957a6ee9b8e109cfe5c1e18274ddd6ffaeab.zip |
And do warn players they might die :3
-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 aaeaeb2d0..2e8c96e69 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -52,7 +52,7 @@ OnCurse: // First time seeing this if (@curse$ != getmap()) { @curse$=getmap(); - dispbottom l("This is a Cursed Lands map, you're lose mana over time and may also incurr in debuffs if mana is low."); + dispbottom l("This is a Cursed Lands map, you're lose mana over time and may also incurr in debuffs if mana is low (may cause death)."); } // You are in a CURSEMAP$, so suffer damage from heat |