Anomaly fixes (#18934)

* Automatic changelog compile [ci skip]

* Fixes

* Makes the compiler happy

* get_station_areas makes me go crazy

---------

Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
This commit is contained in:
Guti
2025-12-26 06:38:06 +01:00
committed by GitHub
parent 2baa4c724d
commit 4f0903fcdb
4 changed files with 31 additions and 11 deletions
@@ -304,6 +304,10 @@
/obj/structure/simple_door/glamour/Initialize(mapload,var/material_name)
. = ..(mapload, material_name || MAT_GLAMOUR)
/obj/structure/simple_door/snowbrick/Initialize(mapload, var/material_name)
. = ..(mapload, material_name || MAT_SNOWBRICK)
/obj/structure/simple_door/cult/TryToSwitchState(atom/user)
if(isliving(user))
var/mob/living/L = user