Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Therealdoooc213 authored Dec 6, 2024
1 parent 26f8f75 commit 1442c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/storage/bags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
icon = 'icons/obj/janitor.dmi'
icon_state = "trashbag"
item_state = "trashbag"
worn_icon_state = "baguette"
worn_icon_state = "trashbag"
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
w_class = WEIGHT_CLASS_BULKY
Expand Down Expand Up @@ -85,6 +85,7 @@
name = "trash bag of holding"
desc = "The latest and greatest in custodial convenience, a trashbag that is capable of holding vast quantities of garbage."
icon_state = "bluetrashbag"
worn_icon_state = "bluetrashbag"
item_flags = NO_MAT_REDEMPTION

/obj/item/storage/bag/trash/bluespace/ComponentInitialize()
Expand Down
Binary file modified icons/mob/clothing/belt.dmi
Binary file not shown.

0 comments on commit 1442c6e

Please sign in to comment.