From 4ff5196a07412f5bc0810570141d71b925b14ff5 Mon Sep 17 00:00:00 2001 From: Buggy123 Date: Wed, 17 Jan 2018 02:56:08 -0500 Subject: [PATCH] Fixes integrity value for 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 0986f2f66e8..821faeb812c 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