Merge pull request #719 from Citadel-Station-13/upstream-merge-26771

[MIRROR] Removes vestigial list from minds.
This commit is contained in:
LetterJay
2017-05-05 09:40:28 -05:00
committed by GitHub
3 changed files with 0 additions and 18 deletions

View File

@@ -350,7 +350,6 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(G_found.mind && !G_found.mind.active)
G_found.mind.transfer_to(new_character) //be careful when doing stuff like this! I've already checked the mind isn't in use
new_character.mind.special_verbs = list()
else
new_character.mind_initialize()
if(!new_character.mind.assigned_role)