Ensure body created for rulesets are not mindless (#26107)

This commit is contained in:
ShiftyRail
2020-04-09 07:26:36 +02:00
committed by GitHub
parent fa316ca7c8
commit 8b7ce823af

View File

@@ -229,6 +229,11 @@ client/proc/one_click_antag()
new_character.dna.ready_dna(new_character)
new_character.key = G_found.key
// Create a brand new mind for the dude
new_character.mind = new
new_character.mind.current = new_character
new_character.mind.original = new_character
return new_character
/datum/admins/proc/create_syndicate_death_commando(obj/spawn_location, syndicate_leader_selected = 0)