Skip to content

Commit

Permalink
Fixes to donator backpack icon (#4800)
Browse files Browse the repository at this point in the history
# 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:
  • Loading branch information
SASoperative authored Oct 30, 2023
1 parent 1fffb32 commit f253736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/cm_marines/Donator_Items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f253736

Please sign in to comment.