From 17c8b646755e942fbe06ece2d4a5053c2e7f07fc Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 26 Jul 2021 02:27:04 -0500 Subject: [PATCH] Add plasma xeno statue (#60408) The sprite existed for a long time but was never added to the code for some reason. --- code/game/objects/structures/statues.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/structures/statues.dm b/code/game/objects/structures/statues.dm index 8eeb5b920a4..ebae84216ba 100644 --- a/code/game/objects/structures/statues.dm +++ b/code/game/objects/structures/statues.dm @@ -92,6 +92,10 @@ name = "statue of a scientist" icon_state = "sci" +/obj/structure/statue/plasma/xeno + name = "statue of a xenomorph" + icon_state = "xeno" + /obj/structure/statue/plasma/Initialize(mapload) . = ..() AddElement(/datum/element/atmos_sensitive, mapload)