From 49c65da656ff9377853209e571a082227282ff85 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Tue, 7 Nov 2017 21:20:09 -0500 Subject: [PATCH] Shuttle window health reduction --- code/game/objects/structures/fullwindow.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/fullwindow.dm b/code/game/objects/structures/fullwindow.dm index 216862df917..0ac428a6282 100644 --- a/code/game/objects/structures/fullwindow.dm +++ b/code/game/objects/structures/fullwindow.dm @@ -86,7 +86,7 @@ icon = 'icons/obj/podwindows.dmi' icon_state = "window" basestate = "window" - health = 320 + health = 160 reinf = 1 /obj/structure/window/full/shuttle/New()