summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/annuals/xmas/2021.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index df1b5319..4a542b3f 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -152,6 +152,7 @@ function script X21INIT {
}
.@inst = instance_create("Northern Lights", X21ID(), X21TYPE());
+ debugmes "Inst returned %d", .@inst;
// Instance must be created
if (.@inst >= 0) {
// We... Could use base name, actually, but whatever