summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 3b9eb3a28..31fd527f2 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -535,6 +535,11 @@ OnEffect:
message strcharinfo(0), l("You are now at the Christmas Workshop.");
end;
}
+ // FIXME: Dream Tower Warp
+ if ($EVENT$ == "Tower" && countitem(EventDreamTicket)) {
+ doevent "sDreamTower::OnWarpTo";
+ end;
+ }
}
// Block here