Skip to content

Commit

Permalink
Vox Sprite Update (#2668)
Browse files Browse the repository at this point in the history
## About The Pull Request

Updates a few Vox sprites, mostly backpacks. Adds a proper icon for the
tail hold action.

## Why It's Good For The Game

We love vox in this house

## Changelog

:cl:
imageadd: Added vox sprites & a tailhold icon.
/: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 Jan 27, 2024
1 parent 7eb3bdf commit 36aefeb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/human/species_types/vox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
/datum/action/innate/tail_hold
name = "Tail Hold"
desc = "Store an item in your tail's grip."
button_icon_state = "tail_hold"
var/obj/item/held_item
var/mutable_appearance/held_item_overlay

Expand Down
Binary file modified icons/mob/actions.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_back_vox.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_belt_vox.dmi
Binary file not shown.

0 comments on commit 36aefeb

Please sign in to comment.