[MIRROR] Anomaly fixes (#12157)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-12-26 07:08:14 +01:00
committed by GitHub
co-authored by Guti vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
parent bf9176a1be
commit c2c0607996
4 changed files with 31 additions and 11 deletions
@@ -306,6 +306,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