summaryrefslogtreecommitdiff
path: root/npc/023-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/023-3')
-rw-r--r--npc/023-3/logic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt
index 3968de1dd..756d0dbfe 100644
--- a/npc/023-3/logic.txt
+++ b/npc/023-3/logic.txt
@@ -285,7 +285,7 @@ OnTimer120:
OnTouchie:
if (isin(.map$, .x, .y, 0)) {
percentheal -40, -40;
- slide 49, 41;
+ warp .map$, 49, 41;
}
end;
@@ -317,7 +317,7 @@ OnTimer120:
OnTouchie:
if (isin(.map$, .x, .y, 0)) {
percentheal -40, -40;
- slide 49, 41;
+ warp .map$, 49, 41;
}
end;