mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[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:
co-authored by
Guti
vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
parent
bf9176a1be
commit
c2c0607996
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user