[FUCK] Fixing the external organs, for real this time(?) (#10023)

* Fixing the external organs, for real this time(?)

* Fixes moths not having wings(?)
This commit is contained in:
GoldenAlpharex
2021-12-23 21:52:02 +00:00
committed by GitHub
parent 12e95a50c2
commit 3e932dfe88
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
return values
/datum/preference/choiced/species/apply_to_human(mob/living/carbon/human/target, value, datum/preferences/prefs)
target.set_species(value, FALSE, prefs?.features.Copy(), prefs?.mutant_bodyparts.Copy(), prefs?.body_markings.Copy())
target.set_species(value, FALSE, FALSE, prefs?.features.Copy(), prefs?.mutant_bodyparts.Copy(), prefs?.body_markings.Copy()) // SKYRAT EDIT - Customization
//SKYRAT EDIT ADDITION
target.dna.update_body_size()