ATMOS Firelocks and more

This commit is contained in:
Ghom
2020-01-11 15:29:25 +01:00
committed by Dip
parent 9b276b797b
commit 7a8fcf77d4
9 changed files with 37 additions and 13 deletions
+12 -3
View File
@@ -67,8 +67,8 @@
rad_insulation = RAD_LIGHT_INSULATION
/obj/structure/holosign/barrier/atmos
name = "holo firelock"
desc = "A holographic barrier resembling a firelock. Though it does not prevent solid objects from passing through, gas is kept out."
name = "holo fan"
desc = "A holographic barrier resembling a tiny fan. Though it does not prevent solid objects from passing through, gas is kept out. Somehow."
icon_state = "holo_fan"
density = FALSE
layer = ABOVE_MOB_LAYER
@@ -81,7 +81,16 @@
. = ..()
air_update_turf(TRUE)
/obj/structure/holosign/barrier/atmos/blocksTemperature()
/obj/structure/holosign/barrier/firelock
name = "holo firelock"
desc = "A holographic barrier resembling a firelock. Though it does not prevent solid objects or gas from passing through, temperature changes are kept out."
icon_state = "holo_firelock"
density = FALSE
anchored = TRUE
alpha = 150
resistance_flags = FIRE_PROOF
/obj/structure/holosign/barrier/firelock/blocksTemperature()
return TRUE
/obj/structure/holosign/barrier/cyborg