[MIRROR] AnymousUnknow Marking Upport [GBP IGNORE] (#12019)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-22 11:31:45 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent 8585152414
commit 861763e471
9 changed files with 129 additions and 6 deletions
@@ -991,6 +991,8 @@
return FALSE
if(!isnull(X.species_allowed) && !(target.species.name in X.species_allowed) && (!istype(target.species, /datum/species/custom))) // Letting custom species access wings/ears/tails.
return FALSE
if(!X.can_be_selected && (!user || !check_rights_for(user.client, R_HOLDER))) //So staff can quickly change people's appearance for events.
return FALSE
if(LAZYLEN(X.ckeys_allowed) && !(user?.ckey in X.ckeys_allowed) && !(target.ckey in X.ckeys_allowed))
return FALSE