mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Ensure body created for rulesets are not mindless (#26107)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user