Removes Vox... Armalis, yes the other vox we forgot about (#21519)

* youtube 2008 die sound effect

* I take pride in my work

* noisecannonsbegone

* armalis clothing shit
This commit is contained in:
Octus
2023-07-23 20:14:27 +01:00
committed by GitHub
parent 7a7bd914db
commit 912d444d07
27 changed files with 22 additions and 162 deletions
@@ -5,9 +5,7 @@
icon_state = "headset"
item_state = "headset"
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/ears.dmi',
"Vox Armalis" = 'icons/mob/clothing/species/armalis/ears.dmi'
) //We read you loud and skree-er.
"Vox" = 'icons/mob/clothing/species/vox/ears.dmi') //We read you loud and skree-er.
materials = list(MAT_METAL = 200)
canhear_range = 0 // can't hear headsets from very far away
@@ -19,9 +19,8 @@
max_integrity = 300
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/back.dmi',
"Vox Armalis" = 'icons/mob/clothing/species/armalis/back.dmi',
"Grey" = 'icons/mob/clothing/species/grey/back.dmi'
) //For Armalis anything but this and the nitrogen tank will use the default backpack icon.
)
/obj/item/storage/backpack/attackby(obj/item/W as obj, mob/user as mob, params)
if(in_range(user, src))
@@ -170,7 +170,6 @@
name = "nitrogen tank"
desc = "A tank of nitrogen."
icon_state = "oxygen_fr"
sprite_sheets = list("Vox Armalis" = 'icons/mob/clothing/species/armalis/back.dmi') //Do it for Big Bird.
distribute_pressure = TANK_DEFAULT_RELEASE_PRESSURE
/obj/item/tank/internals/nitrogen/populate_gas()
@@ -188,7 +187,6 @@
name = "vox specialized nitrogen tank"
desc = "A high-tech nitrogen tank designed specifically for Vox."
icon_state = "emergency_vox"
sprite_sheets = list("Vox Armalis" = 'icons/mob/clothing/species/armalis/belt.dmi') //Do it for Big Bird.
volume = 35
/obj/item/tank/internals/emergency_oxygen/double/vox/populate_gas()