Skip to content

Commit

Permalink
inhand fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Jul 4, 2024
1 parent 8a25c94 commit 7e902a7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/storage/concrete/pockets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
original_parent = parent
. = ..()
can_hold = typecacheof(list(
/obj/item/gun/ballistic/automatic/pistol/syndicate,
/obj/item/gun/ballistic/automatic/pistol,
/obj/item/gun/ballistic/revolver,
/obj/item/ammo_box))

Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/ballistic/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ EMPTY_GUN_HELPER(revolver/detective)
righthand_file = 'icons/obj/guns/manufacturer/hunterspride/righthand.dmi'
mob_overlay_icon = 'icons/obj/guns/manufacturer/hunterspride/onmob.dmi'
icon_state = "shadow"
item_state = "hp_generic"

mag_type = /obj/item/ammo_box/magazine/internal/cylinder/rev44
manufacturer = MANUFACTURER_HUNTERSPRIDE
Expand Down
Binary file modified icons/obj/guns/manufacturer/eoehoma/righthand.dmi
Binary file not shown.
Binary file modified icons/obj/guns/manufacturer/nanotrasen_sharplite/lefthand.dmi
Binary file not shown.
Binary file modified icons/obj/guns/manufacturer/nanotrasen_sharplite/righthand.dmi
Binary file not shown.

0 comments on commit 7e902a7

Please sign in to comment.