mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Adds Sprites for Some Armalis+Vox Gear & Species-fitting Inhand Icons, etc.
Adds sprites for all Vox & Armalis earwear Adds sprites for Armalis default backpack, nitrogen tank (non-'emergency' back & belt) all breathmask variations Fixes an issue where Vox Armalis wouldn't be rendered with the proper in-hand icons for their massive noise cannons. Fixes an issue where you couldn't species-fit earwear. Fixes an issue where Vox Armalis couldn't wear the 'Vox' breath mask.
This commit is contained in:
@@ -189,7 +189,7 @@ obj/item/tank/emergency_oxygen/double/empty/New()
|
||||
desc = "A tank of nitrogen."
|
||||
icon_state = "oxygen_fr"
|
||||
distribute_pressure = ONE_ATMOSPHERE*O2STANDARD
|
||||
|
||||
sprite_sheets = list("Vox Armalis" = 'icons/mob/species/armalis/back.dmi') //Do it for Big Bird.
|
||||
|
||||
/obj/item/tank/nitrogen/New()
|
||||
..()
|
||||
@@ -206,6 +206,7 @@ obj/item/tank/emergency_oxygen/double/empty/New()
|
||||
desc = "A high-tech nitrogen tank designed specifically for Vox."
|
||||
icon_state = "emergency_vox"
|
||||
volume = 25
|
||||
sprite_sheets = list("Vox Armalis" = 'icons/mob/species/armalis/belt.dmi') //Do it for Big Bird.
|
||||
|
||||
/obj/item/tank/emergency_oxygen/vox/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user