diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index a14c1208cd..9a85a700e2 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -642,6 +642,7 @@ /obj/effect/mob_spawn/human/pirate/corpse/Destroy() return ..() + /obj/effect/mob_spawn/human/pirate/corpse/captain rank = "Captain" mob_name = "Dead Space Pirate Captain"