Bringing Vox clothes up to date (#6294)

Tweaked and added various security plus mercenary vests plus warden jacket to the Vox dmi so you can see them when worn.

Welding helmet sprites and required code respectfully pinched from Paradise.

Everything has been tested, made sure welding helmets weren't suddenly broken on every other species.
This commit is contained in:
Fire-and-Glory
2019-04-18 20:12:25 +03:00
committed by Erki
parent 901634505c
commit 469aa0e679
6 changed files with 47 additions and 0 deletions
@@ -30,6 +30,9 @@
var/base_state
flash_protection = FLASH_PROTECTION_MAJOR
tint = TINT_HEAVY
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/head.dmi'
)
/obj/item/clothing/head/welding/attack_self()
if(!base_state)
@@ -0,0 +1,44 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: Fire and Glory
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- imageadd: "Added sprites for when a Vox wears security vests. And ported Vox military jackets and suit jackets."
- imageadd: "Ported Paradise sprites for when a Vox uses a welding helmet."
- imageadd: "Ported Paradise Vox eyepatches and modified various eyewear."
- tweak: "When Vox wear tactical gas masks the sprite will default to a normal gas mask instead of a breath mask."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 88 KiB