mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user