Merge pull request #3783 from Citadel-Station-13/upstream-merge-32358

[MIRROR] Dullahan Fixes
This commit is contained in:
LetterJay
2017-11-04 22:44:23 -05:00
committed by GitHub
2 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
else//They may also be a cyborg or AI.
switch(new_character.mind.assigned_role)
if("Cyborg")//More rigging to make em' work and check if they're traitor.
new_character = new_character.Robotize()
new_character = new_character.Robotize(TRUE)
if("AI")
new_character = new_character.AIize()
else