Skip to content

Commit

Permalink
Fixes icon bug by setting camo variants to false
Browse files Browse the repository at this point in the history
  • Loading branch information
SASoperative committed Oct 29, 2023
1 parent 63a7fc5 commit 1bd97aa
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 1bd97aa

Please sign in to comment.