Skip to content

Commit

Permalink
Fixes indie sec hardsuit sprite (#3281)
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

Fixes the indie sec hardsuit not showing up on digi

## Why It's Good For The Game


![image](https://github.com/user-attachments/assets/7f965a42-0945-4a0c-ace1-b29378eb7b60)

I fucked up

## Changelog

:cl:
fix: indie sec hardsuit now shows up
/: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. -->

Co-authored-by: retlaw34 <[email protected]>
  • Loading branch information
rye-rice and rye-rice authored Aug 10, 2024
1 parent 2918cf0 commit 28f2ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/spacesuits/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@
item_state = "independent_sec_helm"
hardsuit_type = "independent-sec"
armor = list("melee" = 35, "bullet" = 25, "laser" = 20,"energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75)
supports_variations = VOX_VARIATION
supports_variations = VOX_VARIATION | SNOUTED_VARIATION

/obj/item/clothing/suit/space/hardsuit/security/independent
icon_state = "hardsuit-independent-sec"
Expand All @@ -1056,7 +1056,7 @@
hardsuit_type = "independent-sec"
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/security/independent
armor = list("melee" = 35, "bullet" = 25, "laser" = 20, "energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75)
supports_variations = VOX_VARIATION
supports_variations = VOX_VARIATION | DIGITIGRADE_VARIATION

//Mining
/obj/item/clothing/head/helmet/space/hardsuit/mining/independent
Expand Down
Binary file modified icons/mob/species/misc/digitigrade_suits.dmi
Binary file not shown.

0 comments on commit 28f2ccb

Please sign in to comment.