summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/080-1/final.txt2
-rw-r--r--npc/080-3/cutscene.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
index adfb4cc4..5b092263 100644
--- a/npc/080-1/final.txt
+++ b/npc/080-1/final.txt
@@ -117,7 +117,7 @@ OnInit:
// We're done
'XMAS21CUTSCENE=false;
'XMAS21ENDING=true;
- maptimer2(10, instance_npcname(.name$)+"::OnFin");
+ maptimer2(getmap(), 10, instance_npcname(.name$)+"::OnFin");
end;
OnFin:
diff --git a/npc/080-3/cutscene.txt b/npc/080-3/cutscene.txt
index 8e15403e..f4dc02f5 100644
--- a/npc/080-3/cutscene.txt
+++ b/npc/080-3/cutscene.txt
@@ -223,7 +223,7 @@ function ending {
// (Poor Gak, he is up to an earful once player completes this quest...)
// FIXME: Prize?
.stable += 1;
- maptimer2(10, instance_npcname(.name$)+"::OnFin");
+ maptimer2(getmap(), 10, instance_npcname(.name$)+"::OnFin");
disablenpc instance_npcname(.name$);
close;
}