Skip to content

Commit

Permalink
holster
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Dec 10, 2024
1 parent a0d376f commit 2fba077
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions code/datums/components/storage/concrete/pockets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,12 @@
can_hold = typecacheof(list(
/obj/item/gun/ballistic/automatic/pistol,
/obj/item/gun/ballistic/revolver,
/obj/item/ammo_box))
/obj/item/gun/energy/laser,
/obj/item/gun/energy/e_gun,
/obj/item/stock_parts/cell/gun,
/obj/item/ammo_box)) // this doesnt let you put hades into holsters trust me
can_hold_max_of_items = typecacheof(list(
/obj/item/gun/ballistic = 1
/obj/item/gun = 1,
))

/datum/component/storage/concrete/pockets/holster/real_location()
Expand Down

0 comments on commit 2fba077

Please sign in to comment.