fixes/config edits

This commit is contained in:
Timothy Teakettle
2020-10-26 20:27:58 +00:00
parent 2b00f2bb2f
commit 4e6146898c
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2693,8 +2693,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
character.dna.custom_species = character.custom_species
var/old_size = character.dna.features["body_size"]
if(isdwarf(character)
character.dna.features["body_size"] = 1
if(isdwarf(character))
character.dna.features["body_size"] = RESIZE_DEFAULT_SIZE
old_size = 1
if((parent && parent.can_have_part("meat_type")) || pref_species.mutant_bodyparts["meat_type"])