This commit is contained in:
Fox McCloud
2018-07-17 18:18:16 -04:00
parent f075ef7836
commit 0a613a8f42
17 changed files with 32 additions and 30 deletions
@@ -31,7 +31,8 @@
if(href_list["race"])
if(can_change(APPEARANCE_RACE) && (href_list["race"] in valid_species))
if(owner.change_species(href_list["race"]))
var/datum/species/S = all_species[href_list["race"]]
if(owner.change_species(S.type))
cut_and_generate_data()
// Species change creates new organs - runtimes ahoy if we forget this
head_organ = owner.get_organ("head")