Skip to content

Commit

Permalink
purses and binguses
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Sep 24, 2024
1 parent 9a5b085 commit da841bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@
/obj/item/storage/backpack/invisipack // backpack with no mob sprite
icon = 'icons/fallout/objects/storage.dmi'
icon_state = "invisipack"
inhand_icon_state = "invisipack"
item_state = "invisipack"

/obj/item/storage/backpack/purse
icon = 'icons/fallout/objects/storage.dmi'
Expand All @@ -1013,7 +1013,7 @@
righthand_file = 'icons/fallout/onmob/items/bags_righthand.dmi'
mob_overlay_icon = 'icons/fallout/onmob/backslot_bags.dmi'
icon_state = "purse"
inhand_icon_state = "purse"
item_state = "purse"

/obj/item/storage/backpack/purse/black
color = "#333333"
Expand Down

0 comments on commit da841bf

Please sign in to comment.