From 30c00659a9b5b7001ab42e7f7c835b0ee636ae2a Mon Sep 17 00:00:00 2001 From: MoreRobustThanYou Date: Fri, 7 Jul 2017 07:56:23 -0400 Subject: [PATCH] Update window.dm --- code/game/objects/structures/window.dm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 941b623ae0f..904c4e41498 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -420,6 +420,7 @@ heat_resistance = 1600 armor = list("melee" = 50, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 25, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100) max_integrity = 50 + obj_integrity = 50 explosion_block = 1 glass_type = /obj/item/stack/sheet/rglass @@ -433,7 +434,8 @@ reinf = FALSE heat_resistance = 25000 armor = list("melee" = 75, "bullet" = 5, "laser" = 0, "energy" = 0, "bomb" = 45, "bio" = 100, "rad" = 100, "fire" = 00, "acid" = 100) - max_integrity = 50 + max_integrity = 95 + obj_integrity = 95 explosion_block = 1 glass_type = /obj/item/stack/sheet/glass/plasma @@ -447,7 +449,8 @@ reinf = TRUE heat_resistance = 50000 armor = list("melee" = 85, "bullet" = 20, "laser" = 0, "energy" = 0, "bomb" = 60, "bio" = 100, "rad" = 100, "fire" = 99, "acid" = 100) - max_integrity = 100 + max_integrity = 200 + obj_integrity = 200 explosion_block = 2 glass_type = /obj/item/stack/sheet/rglass/plasma @@ -469,6 +472,7 @@ icon_state = "window" dir = FULLTILE_WINDOW_DIR max_integrity = 50 + obj_integrity = 50 fulltile = TRUE flags = PREVENT_CLICK_UNDER smooth = SMOOTH_TRUE @@ -482,7 +486,8 @@ icon = 'icons/obj/smooth_structures/plasma_window.dmi' icon_state = "plasmawindow" dir = FULLTILE_WINDOW_DIR - max_integrity = 60 + max_integrity = 100 + obj_integrity = 60 fulltile = TRUE flags = PREVENT_CLICK_UNDER smooth = SMOOTH_TRUE @@ -497,6 +502,7 @@ icon_state = "rplasmawindow" dir = FULLTILE_WINDOW_DIR max_integrity = 250 + obj_integrity = 250 fulltile = TRUE flags = PREVENT_CLICK_UNDER smooth = SMOOTH_TRUE @@ -510,6 +516,7 @@ icon_state = "r_window" dir = FULLTILE_WINDOW_DIR max_integrity = 100 + obj_integrity = 100 fulltile = TRUE flags = PREVENT_CLICK_UNDER smooth = SMOOTH_TRUE