mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Concentrated barbers aid can give hairless species hair + fixes hair updating once and for all (probably) [MDB IGNORE] (#15182)
* Concentrated barbers aid can give hairless species hair + fixes hair updating once and for all (probably) * Update code/modules/antagonists/thief/thief.dm * Update code/modules/mob/living/carbon/human/species_types/felinid.dm * Concentrated barbers aid can give hairless species hair + fixes hair updating once and for all (probably) * yes * Update _compile_options.dm Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
Y0SH1M4S73R
Tom
Gandalf
parent
a8fdb0e1c2
commit
ac31a4639e
@@ -74,8 +74,7 @@
|
||||
spawned_human.skin_tone = skin_tone
|
||||
else
|
||||
spawned_human.skin_tone = random_skin_tone()
|
||||
spawned_human.update_hair()
|
||||
spawned_human.update_body()
|
||||
spawned_human.update_body(is_creating = TRUE)
|
||||
|
||||
/obj/effect/mob_spawn/proc/name_mob(mob/living/spawned_mob, forced_name)
|
||||
var/chosen_name
|
||||
|
||||
Reference in New Issue
Block a user