Skip to content

Commit

Permalink
Minor Vox Sprite Tune-Up (shiptest-ss13#3205)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Adds, Fixes and Updates a few vox sprites.
- Cigars, cigarettes & corncob pipe
- Mining & Solgov helmet
- Syndie & SWAT masks
- Safety vests
- Bubblegum
- EVIL (red) nitrate, leather gloves & combat gloves.
- NVGs

New/Updated sprites
Mining Helmet off/on

![image](https://github.com/user-attachments/assets/5324891d-2088-456d-abe0-b408b487d2b2)

![image](https://github.com/user-attachments/assets/82944ee6-1167-4656-a763-388080d76082)
Solgov Helmet off/on

![image](https://github.com/user-attachments/assets/d2ff5b8a-8d63-4fb0-9e30-fadeea076abb)

![image](https://github.com/user-attachments/assets/d3469e8c-59d9-4ac2-b814-12d6d959f667)
SWAT Mask

![image](https://github.com/user-attachments/assets/fe5217f5-930d-4027-bb99-0ebb202f6092)
Safety Vest

![image](https://github.com/user-attachments/assets/5215d700-6c5b-4440-bcc8-b330ea2a4bce)
Safety Vest Solgov

![image](https://github.com/user-attachments/assets/16f8381f-d43a-4472-9c2b-217770fb11da)
EVIL nitrate

![image](https://github.com/user-attachments/assets/598a24b0-10b0-4534-b70a-1eb0764c6f2c)

Did a few sprites commonly noted (by the 3 total Vox players, of which I
am one) as being old/missing. (commit messages confused me please do not
laugh)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

I love Vox! 

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
add: adds a few vox sprites
fix: fixes a few vox sprites
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Fest1v3 authored and MysticalFaceLesS committed Jul 20, 2024
1 parent 01e668b commit e9d1d27
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/food/snacks_other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@
name = "bubblegum"
desc = "A rubbery strip of gum. Not exactly filling, but it keeps you busy."
icon_state = "bubblegum"
supports_variations = VOX_VARIATION
item_state = "bubblegum"
color = "#E48AB5" // craftable custom gums someday?
list_reagents = list(/datum/reagent/consumable/sugar = 5)
Expand Down
Binary file modified icons/mob/species/vox/onmob_eyes_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_hands_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_head_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_mask_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_suit_vox.dmi
Binary file not shown.

0 comments on commit e9d1d27

Please sign in to comment.