From c4d63f0a796faa1855866dd76b5172e7eef8819a Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:58:39 -0400 Subject: [PATCH] reinforced plasma windows now have smash protection (#24693) --- code/game/objects/structures/window.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 4f7ce4f7151..f525dc91642 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -637,6 +637,7 @@ armor = list(MELEE = 85, BULLET = 20, LASER = 0, ENERGY = 0, BOMB = 60, RAD = 100, FIRE = 99, ACID = 100) rad_insulation = RAD_NO_INSULATION damage_deflection = 21 + env_smash_level = ENVIRONMENT_SMASH_WALLS // these windows are a fair bit tougher /obj/structure/window/plasmareinforced/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) return