summaryrefslogtreecommitdiff
path: root/npc/003-0-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0-1')
-rw-r--r--npc/003-0-1/hiddenwarp.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/npc/003-0-1/hiddenwarp.txt b/npc/003-0-1/hiddenwarp.txt
index d6f339b58..98874a9ac 100644
--- a/npc/003-0-1/hiddenwarp.txt
+++ b/npc/003-0-1/hiddenwarp.txt
@@ -9,13 +9,6 @@
OnTouch:
warp "003-1", 49, 24;
- .@q=getq(General_EasterEggs);
-
- if (!(.@q & EE_MAGICSCHOOL)) {
- setq General_EasterEggs, .@q|EE_MAGICSCHOOL;
- dispbottom l("For finding an Easter Egg, you got Strange Coins!");
- getitem StrangeCoin, 3;
- }
-
+ RegEasterEgg(EE_MAGICSCHOOL, 3);
end;
}