From 6c31809bf09fc12182f3f4c2e77949c30a9effbd Mon Sep 17 00:00:00 2001 From: MoreRobustThanYou Date: Fri, 7 Jul 2017 15:11:53 -0400 Subject: [PATCH] Update window.dm --- code/game/objects/structures/window.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index b01d600d8e7..16d30b50807 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -447,7 +447,7 @@ 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 = 1000 + max_integrity = 500 explosion_block = 2 glass_type = /obj/item/stack/sheet/rglass/plasma @@ -496,7 +496,7 @@ icon = 'icons/obj/smooth_structures/rplasma_window.dmi' icon_state = "rplasmawindow" dir = FULLTILE_WINDOW_DIR - max_integrity = 500 + max_integrity = 1000 fulltile = TRUE flags = PREVENT_CLICK_UNDER smooth = SMOOTH_TRUE