Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"fixes" quivers #2577

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions code/game/objects/items/storage/bags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ obj/item/storage/bag/chemistry/tribal
icon_state = "tribal_quiver"
item_state = "tribal_quiver"
w_class = WEIGHT_CLASS_NORMAL
slot_flags = ITEM_SLOT_BELT
component_type = /datum/component/storage/concrete/bag/quiver

/obj/item/storage/bag/tribe_quiver/full/PopulateContents()
Expand All @@ -529,8 +530,6 @@ obj/item/storage/bag/chemistry/tribal
desc = "A large quiver worn on the back, made to hold all the arrows you might need."
icon_state = "militiabelt"
item_state = "tribal_quiver"
slot_flags = ITEM_SLOT_BACK //will this make it go in both backpack and suit slot?
w_class = WEIGHT_CLASS_HUGE
component_type = /datum/component/storage/concrete/bag/heavy_quiver

/obj/item/storage/bag/tribe_quiver/heavy/full/PopulateContents()
Expand Down