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