From f2537362ab13152b3b72bfb859c55b7b8c91edb8 Mon Sep 17 00:00:00 2001 From: SASoperative <147741618+SASoperative@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:01:35 -0500 Subject: [PATCH] Fixes to donator backpack icon (#4800) # About the pull request Fixes donator backpack sprite being invisible on certain maps # Explain why it's good for the game Fixes visual sprite glitch for donator item on certain maps # Changelog :cl: fix: Fixed sprite issue by disabling camo variant for donator item /:cl: --- code/modules/cm_marines/Donator_Items.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/cm_marines/Donator_Items.dm b/code/modules/cm_marines/Donator_Items.dm index bcebad4661b0..e8eb3f75ae60 100644 --- a/code/modules/cm_marines/Donator_Items.dm +++ b/code/modules/cm_marines/Donator_Items.dm @@ -1366,7 +1366,8 @@ name = "tactical radiopack" desc = "A Radio backpack for use with the Juggernaut armor. DONOR ITEM" icon_state = "skinnerpack" - item_state = "skinnerpack" + item_state = "securitypack" + has_gamemode_skin = FALSE //same sprite for all gamemodes. /obj/item/clothing/glasses/fluff/alexwarhammer name = "Black Jack's Dank Shades"