diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index 935e0974c75..878f600e44b 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -102,6 +102,9 @@ var/global/vox_kills = 0 //Used to check the Inviolate. vox.set_species("Vox") 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() diff --git a/code/modules/admin/verbs/vox_raiders.dm b/code/modules/admin/verbs/vox_raiders.dm index 65a0f65ad2c..4b6e2271599 100644 --- a/code/modules/admin/verbs/vox_raiders.dm +++ b/code/modules/admin/verbs/vox_raiders.dm @@ -32,7 +32,7 @@ var/global/vox_tick = 1 equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/vox/pressure(src), slot_head) equip_to_slot_or_del(new /obj/item/weapon/storage/belt/utility/full(src), slot_belt) equip_to_slot_or_del(new /obj/item/clothing/glasses/meson(src), slot_glasses) // REPLACE WITH CODED VOX ALTERNATIVE. - equip_to_slot_or_del(new /obj/item/weapon/storage/box/emps(src), slot_l_store) + equip_to_slot_or_del(new /obj/item/weapon/storage/box/emps(src), slot_r_hand) equip_to_slot_or_del(new /obj/item/device/multitool(src), slot_l_hand) diff --git a/code/modules/clothing/spacesuits/alien.dm b/code/modules/clothing/spacesuits/alien.dm index 0115eef3113..250935d61ad 100644 --- a/code/modules/clothing/spacesuits/alien.dm +++ b/code/modules/clothing/spacesuits/alien.dm @@ -92,6 +92,9 @@ return ..() +/obj/item/clothing/under/vox + has_sensor = 0 + /obj/item/clothing/under/vox/vox_casual name = "alien clothing" desc = "This doesn't look very comfortable." diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 97b80338a66..c983c3ba23c 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -66,9 +66,9 @@ name = "Shoulder-length Hair Alt" icon_state = "hair_longfringe" - longish + /*longish name = "Longer Hair" - icon_state = "hair_b2" + icon_state = "hair_b2"*/ longer name = "Long Hair"