Files
3e3494570d Make vox modsuit helmets same as primalis vox (#2172)
<!-- 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
Cherrypicks https://github.com/Skyrat-SS13/Skyrat-tg/pull/29701 since
upstream seems to be frozen for the moment
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

<!-- Please make sure to actually test your PRs. If you have not tested
your PR mention it. -->

## Why It's Good For The Game
Gives vox better modsuit helmet sprites
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Proof Of Testing
(Pics in parent PR)
<!-- Compile and run your code locally. Make sure it works. This is the
place to show off your changes! We are not responsible for testing your
features. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and its effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
image: Vox helmet sprites now using improved vox helmet sprites
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->

Co-authored-by: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com>
Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
2024-10-21 19:30:12 +00:00

24 lines
1.1 KiB
Plaintext

// MODsuit-related overrides for our digitigrade sprites and such
/obj/item/clothing/head/mod
supports_variations_flags = CLOTHING_SNOUTED_VARIATION
worn_icon_muzzled = 'modular_skyrat/master_files/icons/mob/mod.dmi'
worn_icon_vox = 'modular_skyrat/modules/better_vox/icons/clothing/mod.dmi'
worn_icon_better_vox = 'modular_skyrat/modules/better_vox/icons/clothing/mod.dmi'
/obj/item/clothing/suit/mod
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
worn_icon_digi = 'modular_skyrat/master_files/icons/mob/mod.dmi'
worn_icon_better_vox = 'modular_skyrat/modules/better_vox/icons/clothing/mod.dmi'
/obj/item/clothing/gloves/mod
supports_variations_flags = NONE
worn_icon_better_vox = 'modular_skyrat/modules/better_vox/icons/clothing/mod.dmi'
/obj/item/clothing/shoes/mod
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
worn_icon_digi = 'modular_skyrat/master_files/icons/mob/mod.dmi'
worn_icon_better_vox = 'modular_skyrat/modules/better_vox/icons/clothing/mod.dmi'
/obj/item/mod/control
worn_icon_better_vox = 'modular_skyrat/modules/better_vox/icons/clothing/mod_modules.dmi'