Fixes plasma window sprite

This commit is contained in:
CitadelStationBot
2017-07-06 09:11:55 -05:00
parent b1b4826c0c
commit 44dd423642
+4 -4
View File
@@ -430,7 +430,7 @@
/obj/structure/window/plasma
name = "plasma window"
desc = "A window made out of a plasma-silicate alloy. It looks insanely tough to break and burn through."
icon_state = "plasma_window"
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)
@@ -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 = "rplasmawindow"
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)
@@ -487,7 +487,7 @@
/obj/structure/window/plasma/fulltile
icon = 'icons/obj/smooth_structures/plasma_window.dmi'
icon_state = "plasma_window"
icon_state = "plasmawindow"
dir = FULLTILE_WINDOW_DIR
max_integrity = 60
fulltile = TRUE
@@ -501,7 +501,7 @@
/obj/structure/window/plasma/reinforced/fulltile
icon = 'icons/obj/smooth_structures/rplasma_window.dmi'
icon_state = "rplasma_window"
icon_state = "rplasmawindow"
dir = FULLTILE_WINDOW_DIR
max_integrity = 120
fulltile = TRUE