Unathi Facepaint (#9898)

This commit is contained in:
Geeves
2020-09-09 23:08:46 +02:00
committed by GitHub
parent ed23b98400
commit 79c13cd57c
6 changed files with 33 additions and 27 deletions
@@ -501,7 +501,6 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
else if(href_list["marking_style"])
var/list/usable_markings = pref.body_markings ^ body_marking_styles_list
var/datum/species/species = global.all_species[pref.species]
//var/btype = species.get_bodytype()
for(var/M in usable_markings)
var/datum/sprite_accessory/S = usable_markings[M]
if(!S.species_allowed.len)