mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge pull request #602 from Fox-McCloud/Recursive-Explosions
Removes Recursive Explosions
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
flags = CONDUCT
|
||||
pressure_resistance = 5*ONE_ATMOSPHERE
|
||||
layer = 2.9
|
||||
explosion_resistance = 5
|
||||
var/health = 10
|
||||
var/destroyed = 0
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user