From 6dc388a102464cc9378127eb10dd468adaa34f71 Mon Sep 17 00:00:00 2001 From: nicbn Date: Fri, 12 Jan 2018 21:13:23 -0200 Subject: [PATCH] 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 b803f3f0c20..ec1099fb51b 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"