From 64ae06d9d9253dec9c7557dadf9f37dda45d6df8 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 23 Feb 2021 14:04:49 +0100 Subject: [PATCH] [MIRROR] fixes pirate captain spawning with the wrong outfit (#3604) * fixes pirate captain spawning with the wrong outfit (#57106) * fixes pirate captain spawning with the wrong outfit Co-authored-by: Fikou --- code/game/objects/structures/ghost_role_spawners.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 4cd9efe29cd..9498c5053b8 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -618,7 +618,7 @@ /obj/effect/mob_spawn/human/pirate/captain rank = "Renegade Leader" - outfit = /datum/outfit/pirate/captain + outfit = /datum/outfit/pirate/space/captain /obj/effect/mob_spawn/human/pirate/gunner rank = "Rogue"