From 0419c5b84ff23c488472efdd2516105e93709c4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Dec 2020 20:45:32 -0300 Subject: Fix bugs regarding invalid warp to Nivalis (breaks several stuff in other towns) --- npc/commands/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands/event.txt') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 088e15884..5135fc101 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -538,7 +538,7 @@ OnEffect: message strcharinfo(0), l("You are now at the Contributor's Cave."); end; } - if ($EVENT$ == "Christmas") { + if ($EVENT$ == "Christmas" && BaseLevel >= 20) { warp "019-4-1", 32, 36; message strcharinfo(0), l("You are now at the Christmas Workshop."); end; -- cgit v1.2.3-70-g09d2