Adds vox admin outfits, tweaks vox suit values (#31482)

* Adds vox admin outfits, tweaks alien suit values

* Fixes
This commit is contained in:
PollardTheDragon
2026-02-06 11:12:16 +00:00
committed by GitHub
parent b0169396c3
commit 5d5b3c04c8
2 changed files with 62 additions and 1 deletions
@@ -64,11 +64,12 @@
// Can't be equipped by any other species due to bone structure and vox cybernetics.
/obj/item/clothing/suit/space/vox
w_class = WEIGHT_CLASS_NORMAL
allowed = list(/obj/item/gun,/obj/item/ammo_box,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/melee/energy/sword/saber,/obj/item/restraints/handcuffs, /obj/item/tank/internals)
allowed = list(/obj/item/gun, /obj/item/ammo_box, /obj/item/ammo_casing ,/obj/item/melee/baton ,/obj/item/melee/energy/sword/saber, /obj/item/restraints/handcuffs, /obj/item/tank/internals)
armor = list(MELEE = 35, BULLET = 35, LASER = 20, ENERGY = 10, BOMB = 20, RAD = 20, FIRE = 200, ACID = 285)
icon = 'icons/obj/clothing/species/vox/suits.dmi'
icon_state = null
icon_monitor = null
slowdown = 0
species_restricted = list("Vox")
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi')
@@ -103,6 +104,7 @@
name = "alien carapace armour"
icon_state = "vox-carapace"
desc = "An armoured, segmented carapace with glowing purple lights. It looks pretty run-down."
flags_inv = HIDEJUMPSUIT | HIDETAIL
/obj/item/clothing/head/helmet/space/vox/stealth
name = "alien stealth helmet"