From 059d6375ee55695ff15418f26c13f96d22945d82 Mon Sep 17 00:00:00 2001 From: shizcalev Date: Wed, 5 Jul 2017 01:17:11 -0400 Subject: [PATCH] why were r-plasma windows named that --- 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 f90f5b852e0..36f62adc1a7 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -444,7 +444,7 @@ /obj/structure/window/plasma/reinforced name = "reinforced plasma window" desc = "A window made out of a plasma-silicate alloy and a rod matrice. It looks hopelessly tough to break and is most likely nigh fireproof." - icon_state = "plasmawindow" + icon_state = "plasmarwindow" reinf = TRUE heat_resistance = 50000 armor = list("melee" = 85, "bullet" = 20, "laser" = 0, "energy" = 0, "bomb" = 60, "bio" = 100, "rad" = 100, "fire" = 99, "acid" = 100)