[MIRROR] A few mapping glamour objects (#11303)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-04 16:15:47 -07:00
committed by GitHub
parent 58198ead84
commit af855f38c0
3 changed files with 25 additions and 0 deletions

View File

@@ -280,6 +280,9 @@
/obj/structure/simple_door/cult/Initialize(mapload,var/material_name)
. = ..(mapload, material_name || MAT_CULT)
/obj/structure/simple_door/glamour/Initialize(mapload,var/material_name)
. = ..(mapload, material_name || MAT_GLAMOUR)
/obj/structure/simple_door/cult/TryToSwitchState(atom/user)
if(isliving(user))
var/mob/living/L = user