Fixes R-UST Engine submap

Fixes radiation leakage in R-UST engine submap
This commit is contained in:
gozulio
2019-10-09 22:53:05 -04:00
parent 370ae18880
commit 8ea1e487bb
2 changed files with 220 additions and 2447 deletions

View File

@@ -10,6 +10,7 @@
icon_state = "pdoor1"
maxhealth = 600
rad_resistance = 100
id = "EngineShroud"
/obj/machinery/door/blast/radproof/open
icon_state = "pdoor0"
@@ -24,3 +25,8 @@
/obj/machinery/door/blast/radproof/force_close()
src.rad_resistance = 100
..()
/obj/machinery/button/remote/blast_door/radproof
name = "Reactor Shroud Control"
desc = "It the reactor shroud remotely."
id = "EngineShroud"

File diff suppressed because it is too large Load Diff