diff options
Diffstat (limited to 'npc/002-3/doors.txt')
-rw-r--r-- | npc/002-3/doors.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt index 08f7fa94a..dd083178f 100644 --- a/npc/002-3/doors.txt +++ b/npc/002-3/doors.txt @@ -39,6 +39,10 @@ OnTouch: mesc l("Leave the ship? The town have no death penalty and is under a global event."), 1; if (askyesno() == ASK_NO) close; + // Boost their evade and HP so they don't get instantly KO'ed (5 min) + sc_start SC_INCFLEE, 300000, 200; + sc_start SC_INCMHP, 300000, 1000; + heal 1000, 0; } warp "003-1", 81, 68; close; |