summaryrefslogtreecommitdiff
path: root/npc/023-3/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/023-3/logic.txt')
-rw-r--r--npc/023-3/logic.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt
index b936f0f0d..2a2f1e440 100644
--- a/npc/023-3/logic.txt
+++ b/npc/023-3/logic.txt
@@ -277,12 +277,12 @@ OnTimer120:
npcwalkto(47, 41);
}
if (getareausers("023-3", 0)) {
- areatimer2("023-3", .x, .y, .x, .y, 10, .name$+"::OnTouch");
+ areatimer2("023-3", .x, .y, .x, .y, 10, .name$+"::OnTouchie");
}
initnpctimer;
end;
-OnTouch:
+OnTouchie:
percentheal -40, -40;
slide 47, 42;
end;
@@ -307,12 +307,12 @@ OnTimer120:
npcwalkto(48, 41);
}
if (getareausers("023-3", 0)) {
- areatimer2("023-3", .x, .y, .x, .y, 10, .name$+"::OnTouch");
+ areatimer2("023-3", .x, .y, .x, .y, 10, .name$+"::OnTouchie");
}
initnpctimer;
end;
-OnTouch:
+OnTouchie:
percentheal -40, -40;
slide 48, 42;
end;