Fixes radiation shutters.
Changes rad_insulation from 0.2 to -0.5 This should make shutters actually work. It won't protect you from extreme radiation from things such as delaminating supermatters.
This commit is contained in:
@@ -53,7 +53,9 @@
|
||||
if("opening")
|
||||
rad_insulation = 1
|
||||
if("closing")
|
||||
rad_insulation = 0.2
|
||||
rad_insulation = -0.5
|
||||
|
||||
// A 3x3 N2 SM setup won't irradiate you if you're behind the shutter at -0.9 insulation. If it starts to delam, it'll start irradiating you slowly. Keep the value between -0.1 to -0.9
|
||||
|
||||
/obj/machinery/door/poddoor/shutters/window
|
||||
name = "windowed shutters"
|
||||
|
||||
Reference in New Issue
Block a user