makes it so survival pod stasis beds dont become invisible when you screwdriver them (#52604)

* makes it so survival pod stasis beds dont become invisible when you screwdriver them

* oh you motherfucker
This commit is contained in:
Fikou
2020-08-01 12:24:20 +02:00
committed by SkyratBot
parent 0fe20fe387
commit d103e8f0fe
2 changed files with 1 additions and 10 deletions
+1 -10
View File
@@ -148,17 +148,8 @@
//Lifeform Stasis Unit
/obj/machinery/stasis/survival_pod
icon = 'icons/obj/lavaland/survival_pod.dmi'
icon_state = "sleeper"
mattress_state = null
buckle_lying = 270
/obj/machinery/stasis/survival_pod/ComponentInitialize()
. = ..()
AddElement(/datum/element/update_icon_blocker)
/obj/machinery/stasis/survival_pod/play_power_sound()
return
//Computer
/obj/item/gps/computer
name = "pod computer"
@@ -265,7 +256,7 @@
. = ..()
air_update_turf(1)
//Inivisible, indestructible fans
//Invisible, indestructible fans
/obj/structure/fans/tiny/invisible
name = "air flow blocker"
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF