summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/magic.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-1/magic.txt b/npc/003-1/magic.txt
index fada53a37..3eb936703 100644
--- a/npc/003-1/magic.txt
+++ b/npc/003-1/magic.txt
@@ -24,6 +24,11 @@ OnTouch:
instance_init(.@inst);
LUA_ASKED_TO_SAVE_PROFESSOR=.@inst;
}
+ /* else {
+ // Instance already exists: You've failed previously?
+ instance_set_timeout(900, 900, .@inst);
+ }
+ */
warp .@mapn$, 48, 51;
end;
}