Sabre tweaks

This commit is contained in:
AffectedArc07
2021-05-23 23:04:45 +01:00
parent 3e564383ea
commit 3bb24faec2
13 changed files with 33 additions and 38 deletions
+3 -3
View File
@@ -114,9 +114,9 @@
if("Body")
var/list/race_list = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin")
for(var/Spec in GLOB.whitelisted_species)
if(is_alien_whitelisted(H, Spec))
race_list += Spec
for(var/species in GLOB.whitelisted_species)
if(is_alien_whitelisted(H, species))
race_list += species
var/datum/ui_module/appearance_changer/AC = ui_users[user]
if(!AC)