From ab7991666231ae9eb67fad91259ba42d60d41be8 Mon Sep 17 00:00:00 2001 From: TestUser <> Date: Tue, 17 Jan 2023 01:20:27 -0300 Subject: should be getq2 instead of getq --- npc/006-6/core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt index bb391c322..1a110b584 100644 --- a/npc/006-6/core.txt +++ b/npc/006-6/core.txt @@ -6,7 +6,7 @@ end; OnTouch: - if (!(getq(General_EasterEggs) & EE_SNOWMAN)) goto L_Reject; + if (!(getq2(General_EasterEggs) & EE_SNOWMAN)) goto L_Reject; if (SCANDORPTS < 300) goto L_Reject; if (CAPTURE_FLAG < 1) goto L_Reject; if (getq(General_Narrator) < 17) goto L_Reject; // Frostia Arc must be finished -- cgit v1.2.3-70-g09d2