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 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 |