mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] De-hardcodes randomize_human() and fixes some related issues along the way [MDB IGNORE] (#15638)
* De-hardcodes randomize_human() and fixes some related issues along the way * Update create_mob.dm * Update species.dm * hhhh fuck * Fixes what was still broken with the mirror Co-authored-by: FernandoJ8 <80640114+FernandoJ8@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: John Doe <gamingskeleton3@gmail.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
FernandoJ8
Zonespace
John Doe
GoldenAlpharex
parent
ba3cbfe76f
commit
5cd946f4d0
@@ -423,7 +423,7 @@
|
||||
monkey_tail.Insert(human_mob, drop_if_replaced = FALSE)
|
||||
var/datum/species/human_species = human_mob.dna?.species
|
||||
if(human_species)
|
||||
human_species.randomize_main_appearance_element(human_mob)
|
||||
human_species.randomize_features(human_mob)
|
||||
human_species.randomize_active_underwear(human_mob)
|
||||
|
||||
owner.remove_status_effect(/datum/status_effect/eigenstasium)
|
||||
|
||||
Reference in New Issue
Block a user