From 0d6d7116ffaca1ffbdfd0222cf05691ca12a0029 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 18 Jan 2018 10:10:11 -0200 Subject: [PATCH] Merge pull request #34533 from Buggy123/patch-56 Fixes integrity value for non-reinforced plasma window --- code/game/objects/structures/window.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 0986f2f66e..821faeb812 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -525,7 +525,7 @@ icon = 'icons/obj/smooth_structures/plasma_window.dmi' icon_state = "plasmawindow" dir = FULLTILE_WINDOW_DIR - max_integrity = 100 + max_integrity = 300 fulltile = TRUE flags_1 = PREVENT_CLICK_UNDER_1 smooth = SMOOTH_TRUE