mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user