ONE DAY I WILL HAVE FIXED TOXINS MIXING

I left out a very important define from plasma windows that prevents them
from heating the room
This commit is contained in:
Tigercat2000
2015-05-01 07:52:29 -07:00
parent 14d7d38945
commit 26f1cd88d5
+5
View File
@@ -417,6 +417,8 @@ var/global/wcColored
hit(round(exposed_volume / 1000), 0)
..()
/obj/structure/window/plasmabasic/BlockSuperconductivity()
return 1
/obj/structure/window/plasmareinforced
name = "reinforced plasma window"
@@ -442,6 +444,9 @@ var/global/wcColored
/obj/structure/window/plasmareinforced/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
return
/obj/structure/window/plasmareinforced/BlockSuperconductivity()
return 1 //okay this SHOULD MAKE THE TOXINS CHAMBER WORK
/obj/structure/window/reinforced
name = "reinforced window"
desc = "It looks rather strong. Might take a few good hits to shatter it."