mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
fixes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user