Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Nov 22, 2024
1 parent 3202a57 commit 2431e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/cm_preds/yaut_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,8 @@
max_w_class = SIZE_LARGE
icon = 'icons/obj/items/hunter/pred_gear.dmi'
item_icons = list(
WEAR_WAIST = 'icons/mob/humans/onmob/hunter/pred_gear.dmi'
WEAR_WAIST = 'icons/mob/humans/onmob/hunter/pred_gear.dmi',
WEAR_J_STORE = 'icons/mob/humans/onmob/hunter/pred_gear.dmi'
)
can_hold = list(
/obj/item/weapon/gun/bow,
Expand Down

0 comments on commit 2431e3b

Please sign in to comment.