Skip to content

Commit

Permalink
Fix chestrig expecting map skins (#5911)
Browse files Browse the repository at this point in the history
# About the pull request

This PR is a follow up to #5620 setting the setting required to indicate
it doesn't have map specific skins (e.g. Shiva)

# Explain why it's good for the game
Fixes #5910 

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


![rig](https://github.com/cmss13-devs/cmss13/assets/76988376/412f41c3-338c-414e-a218-434ac4917ade)

</details>


# Changelog
:cl: Drathek
fix: Fix chestrig not displaying on maps with different skins (e.g.
Shivas)
/:cl:
  • Loading branch information
Drulikar committed Mar 11, 2024
1 parent 24a1538 commit ae6a2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@
name = "\improper USCM chestrig"
desc = "A chestrig used by some USCM personnel."
icon_state = "chestrig"
has_gamemode_skin = FALSE

GLOBAL_LIST_EMPTY_TYPED(radio_packs, /obj/item/storage/backpack/marine/satchel/rto)

Expand Down

0 comments on commit ae6a2e8

Please sign in to comment.