mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user