From 3aa11b1923b91f0c7063334606a724331f5ba56e Mon Sep 17 00:00:00 2001 From: Gwydion Brain Date: Sat, 3 Nov 2018 20:57:09 -0800 Subject: [PATCH] itsa me, the space-a bar --- .../modules/awaymissions/mission_code/ruins/oldstation.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/awaymissions/mission_code/ruins/oldstation.dm b/code/modules/awaymissions/mission_code/ruins/oldstation.dm index 6f3144f5b4e..d1f30fd6c4e 100644 --- a/code/modules/awaymissions/mission_code/ruins/oldstation.dm +++ b/code/modules/awaymissions/mission_code/ruins/oldstation.dm @@ -387,7 +387,7 @@ assignedrole = "Ancient Crew" /obj/effect/mob_spawn/human/oldsec/Destroy() - new/obj/structure/showcase/machinery/oldpod/used(drop_location()) + new /obj/structure/showcase/machinery/oldpod/used(drop_location()) return ..() /obj/effect/mob_spawn/human/oldmed @@ -412,7 +412,7 @@ assignedrole = "Ancient Crew" /obj/effect/mob_spawn/human/oldmed/Destroy() - new/obj/structure/showcase/machinery/oldpod/used(drop_location()) + new /obj/structure/showcase/machinery/oldpod/used(drop_location()) return ..() /obj/effect/mob_spawn/human/oldeng @@ -437,7 +437,7 @@ assignedrole = "Ancient Crew" /obj/effect/mob_spawn/human/oldeng/Destroy() - new/obj/structure/showcase/machinery/oldpod/used(drop_location()) + new /obj/structure/showcase/machinery/oldpod/used(drop_location()) return ..() /obj/effect/mob_spawn/human/oldsci @@ -461,7 +461,7 @@ assignedrole = "Ancient Crew" /obj/effect/mob_spawn/human/oldsci/Destroy() - new/obj/structure/showcase/machinery/oldpod/used(drop_location()) + new /obj/structure/showcase/machinery/oldpod/used(drop_location()) return ..() /obj/structure/showcase/machinery/oldpod