diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index 72f5f1a77d6..878f600e44b 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -103,6 +103,8 @@ var/global/vox_kills = 0 //Used to check the Inviolate. vox.add_language("Vox-pidgin") vox.h_style = "Short Vox Quills" vox.flavor_text = "" + for(var/datum/organ/external/limb in vox.organs) + limb.status &= ~(ORGAN_DESTROYED | ORGAN_ROBOT) vox.equip_vox_raider() vox.regenerate_icons()