mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fixes R-UST Engine submap
Fixes radiation leakage in R-UST engine submap
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
icon_state = "pdoor1"
|
icon_state = "pdoor1"
|
||||||
maxhealth = 600
|
maxhealth = 600
|
||||||
rad_resistance = 100
|
rad_resistance = 100
|
||||||
|
id = "EngineShroud"
|
||||||
|
|
||||||
/obj/machinery/door/blast/radproof/open
|
/obj/machinery/door/blast/radproof/open
|
||||||
icon_state = "pdoor0"
|
icon_state = "pdoor0"
|
||||||
@@ -24,3 +25,8 @@
|
|||||||
/obj/machinery/door/blast/radproof/force_close()
|
/obj/machinery/door/blast/radproof/force_close()
|
||||||
src.rad_resistance = 100
|
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
Reference in New Issue
Block a user