From b7d76bf2f934591787e360cf31739ceac1c0bfa3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 May 2019 20:53:49 -0300 Subject: If newbies leave Nard's ship during a siege, they get +200 Evade and +1000 HP. --- npc/002-3/doors.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/002-3') 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; -- cgit v1.2.3-60-g2f50