Adds superconductivity blocking to fulltile plasma windows. (#24901)

* Adds superconductivity blocking to fulltile plasma windows.

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Charlie Nolan
2024-04-03 06:58:54 -07:00
committed by GitHub
parent 9ed1785ddf
commit 629522d2c7
4 changed files with 14 additions and 8 deletions
+6
View File
@@ -680,6 +680,9 @@
edge_overlay_file = 'icons/obj/smooth_structures/windows/window_edges.dmi'
env_smash_level = ENVIRONMENT_SMASH_WALLS // these windows are a fair bit tougher
/obj/structure/window/full/plasmabasic/BlockSuperconductivity()
return TRUE
/obj/structure/window/full/plasmareinforced
name = "reinforced plasma window"
desc = "A plasma-glass alloy window, with rods supporting it. It looks hopelessly tough to break. It also looks completely fireproof, considering how basic plasma windows are insanely fireproof."
@@ -701,6 +704,9 @@
/obj/structure/window/full/plasmareinforced/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
return
/obj/structure/window/full/plasmareinforced/BlockSuperconductivity()
return TRUE
/obj/structure/window/full/reinforced
name = "reinforced window"
desc = "It looks rather strong. Might take a few good hits to shatter it."