Merge pull request #602 from Fox-McCloud/Recursive-Explosions

Removes Recursive Explosions
This commit is contained in:
ZomgPonies
2015-03-20 02:58:54 -04:00
15 changed files with 15 additions and 183 deletions
-1
View File
@@ -8,7 +8,6 @@
flags = CONDUCT
pressure_resistance = 5*ONE_ATMOSPHERE
layer = 2.9
explosion_resistance = 5
var/health = 10
var/destroyed = 0
-2
View File
@@ -465,7 +465,6 @@ var/global/wcColored
glasstype = /obj/item/stack/sheet/plasmaglass
reinf = 1
health = 160
explosion_resistance = 4
/obj/structure/window/plasmareinforced/New(Loc,re=0)
@@ -485,7 +484,6 @@ var/global/wcColored
reinf = 1
basestate = "rwindow"
health = 40
explosion_resistance = 1
/obj/structure/window/reinforced/tinted
name = "tinted window"