From ae6a2e864d10814cf37dd18df7528e91147cee47 Mon Sep 17 00:00:00 2001 From: Drathek <76988376+Drulikar@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:23:57 -0700 Subject: [PATCH] Fix chestrig expecting map skins (#5911) # 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
Screenshots & Videos ![rig](https://github.com/cmss13-devs/cmss13/assets/76988376/412f41c3-338c-414e-a218-434ac4917ade)
# Changelog :cl: Drathek fix: Fix chestrig not displaying on maps with different skins (e.g. Shivas) /:cl: --- code/game/objects/items/storage/backpack.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index cafea5fa074b..5aeef14c536d 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -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)