From 3bda0e9015e1d4e135fd9abd99e10558006c8315 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 26 Sep 2021 21:00:48 -0400 Subject: [PATCH] Pirate fix --- code/modules/events/pirates.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/pirates.dm b/code/modules/events/pirates.dm index a3b472158e..7d1ae2642e 100644 --- a/code/modules/events/pirates.dm +++ b/code/modules/events/pirates.dm @@ -97,7 +97,7 @@ for(var/obj/effect/mob_spawn/human/pirate/spawner in A) if(candidates.len > 0) var/mob/our_candidate = candidates[1] - spawner.create(our_candidate) + spawner.create(our_candidate.ckey) candidates -= our_candidate notify_ghosts("The pirate ship has an object of interest: [our_candidate]!", source=our_candidate, action=NOTIFY_ORBIT, header="Something's Interesting!") else