Dullahan Fixes (#32358)

* Dullahan

* Fixes cyborg issue

* Fixes hearing issues
This commit is contained in:
KorPhaeron
2017-11-03 15:01:15 -05:00
committed by CitadelStationBot
parent 910e6b6396
commit 8f1d81f816
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