diff options
-rw-r--r-- | npc/006-6/core.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |