From 46b89cce883c09edbb55671dad8bc1f793dd5af5 Mon Sep 17 00:00:00 2001 From: RandomMarine Date: Sun, 25 Mar 2018 20:00:13 +0000 Subject: [PATCH] Fixes plasma window fire armor --- 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 d50839905a1..38efe39a2d6 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -417,7 +417,7 @@ icon_state = "plasmawindow" reinf = FALSE heat_resistance = 25000 - armor = list("melee" = 75, "bullet" = 5, "laser" = 0, "energy" = 0, "bomb" = 45, "bio" = 100, "rad" = 100, "fire" = 00, "acid" = 100) + armor = list("melee" = 75, "bullet" = 5, "laser" = 0, "energy" = 0, "bomb" = 45, "bio" = 100, "rad" = 100, "fire" = 99, "acid" = 100) max_integrity = 150 explosion_block = 1 glass_type = /obj/item/stack/sheet/plasmaglass