Add plasma xeno statue (#60408)

The sprite existed for a long time but was never added to the code for some reason.
This commit is contained in:
Tim
2021-07-26 00:27:04 -07:00
committed by GitHub
parent 99b81ec52c
commit 17c8b64675
+4
View File
@@ -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)