AnymousUnknow Marking Upport [GBP IGNORE] (#18725)

* these need some edits

* Adjust these

* clean this up

* Update sprite_accessories_markings.dm
This commit is contained in:
Cameron Lennox
2025-11-21 14:05:22 -05:00
committed by GitHub
parent 96f7735d05
commit 0e0cab92de
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