From 3a3ff21fbf81c7f5d0efc7464ab888d87ed2ecea Mon Sep 17 00:00:00 2001 From: oranges Date: Wed, 17 Jan 2018 09:34:07 +1300 Subject: [PATCH] Merge pull request #34378 from nicbn/yarr Pirates are now skeletons --- code/game/objects/structures/ghost_role_spawners.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index b803f3f0c2..ec1099fb51 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -545,7 +545,7 @@ icon = 'icons/obj/machines/sleeper.dmi' icon_state = "sleeper" mob_name = "a space pirate" - mob_species = /datum/species/human + mob_species = /datum/species/skeleton outfit = /datum/outfit/pirate/space roundstart = FALSE death = FALSE @@ -574,4 +574,4 @@ outfit = /datum/outfit/pirate/space/captain /obj/effect/mob_spawn/human/pirate/gunner - rank = "Gunner" \ No newline at end of file + rank = "Gunner"