fix round-start-spawning not setting digitigrade properly

also changes methodology for identifying digitigrade yes or no from preferences --> species to preferences --> copy to mob
This commit is contained in:
Raeschen
2021-09-03 19:08:46 +02:00
parent 3ceaef0610
commit 5803b07300
7 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
/datum/category_item/player_setup_item/general/body/copy_to_mob(var/mob/living/carbon/human/character)
. = ..()
if(character.species.digi_allowed)
character.digitigrade = pref.digitigrade
else
character.digitigrade = FALSE