summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/kami.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 6d9a51b3..113ea4b7 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -31,7 +31,7 @@ OnInstNuke:
.@c = getunits(BL_PC, .@players, MAX_CYCLE_PC);
for (.@i = 0; .@i < .@c; .@i++) {
attachrid(.@players[.@i]);
- X21INIT(5);
+ callfunc "X21INIT", 5;
detachrid();
}
end;