mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user