From c172578fda4775989c9ee7eb885c71bd07b6fa72 Mon Sep 17 00:00:00 2001 From: MoreRobustThanYou Date: Fri, 7 Jul 2017 07:48:55 -0400 Subject: [PATCH] Ups the intergrity of reinforced plasma windows They need to be SME-worthy --- 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 f4dd4089918..941b623ae0f 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -496,7 +496,7 @@ icon = 'icons/obj/smooth_structures/rplasma_window.dmi' icon_state = "rplasmawindow" dir = FULLTILE_WINDOW_DIR - max_integrity = 120 + max_integrity = 250 fulltile = TRUE flags = PREVENT_CLICK_UNDER smooth = SMOOTH_TRUE