From bb5509fa9bb454fcface723faca2e37efa6290aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 23:32:14 -0300 Subject: Additional checks on 023-3 --- npc/023-3/logic.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/023-3/logic.txt') diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 665a7fe50..9917302e8 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -283,8 +283,10 @@ OnTimer120: end; OnTouchie: - percentheal -40, -40; - slide 49, 41; + if (isin(.map$, .x, .y, 0)) { + percentheal -40, -40; + slide 49, 41; + } end; OnTouchNPC: @@ -313,8 +315,10 @@ OnTimer120: end; OnTouchie: - percentheal -40, -40; - slide 48, 42; + if (isin(.map$, .x, .y, 0)) { + percentheal -40, -40; + slide 49, 41; + } end; OnTouchNPC: -- cgit v1.2.3-70-g09d2