Slimeperson race improvements - digitigrade legs, transparent markings/mutant bodyparts (#2428)

* yay hopefully it's not fucking bugged

* better code

* keeping alpha + checking for same species

* oops

* Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/human_update_icons.dm

* I'm a fucking idiot or...
I was setting the alpha of the markings back to the specific alpha after specifically not setting them in the proc beforehand

Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
Seris02
2021-01-12 13:02:44 +01:00
committed by GitHub
co-authored by Azarak
parent 199aa328e5
commit 131c014bc5
5 changed files with 58 additions and 35 deletions
@@ -782,6 +782,7 @@
var/datum/species/S = H.dna.species
if(organic_render) //SKYRAT EDIT ADDITION - CUSTOMIZATION
species_id = S.limbs_id
alpha = S.specific_alpha
rendered_bp_icon = S.limbs_icon //SKYRAT EDIT ADDITION - CUSTOMIZATION
species_flags_list = H.dna.species.species_traits