Skip to content

Commit

Permalink
More can_hold items for field utility pouch (#13704)
Browse files Browse the repository at this point in the history
* More can_hold items for pouch/field_pouch

* Removed flares from can_hold. Storage_slots to 5
  • Loading branch information
Sanuki357 authored Aug 6, 2023
1 parent 0592491 commit 6d965f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 11 additions & 1 deletion code/game/objects/items/storage/pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
max_w_class = WEIGHT_CLASS_NORMAL
icon_state = "utility"
draw_mode = 1
desc = "It can contain a motion detector, signaller, beacons, maps, flares, radios and other handy battlefield communication and detection devices."
desc = "It can contain a motion detector, signaller, beacons, map tablets, radios, papers and other handy battlefield communication, navigation, and detection devices."
can_hold = list(
/obj/item/attachable/motiondetector,
/obj/item/radio,
Expand All @@ -623,6 +623,16 @@
/obj/item/whistle,
/obj/item/binoculars,
/obj/item/beacon/supply_beacon,
/obj/item/compass,
/obj/item/deployable_camera,
/obj/item/hud_tablet,
/obj/item/minimap_tablet,
/obj/item/supplytablet,
/obj/item/megaphone,
/obj/item/tool/hand_labeler,
/obj/item/toy/deck,
/obj/item/paper,
/obj/item/clipboard,
)

/obj/item/storage/pouch/field_pouch/full/Initialize(mapload)
Expand Down
1 change: 0 additions & 1 deletion code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,6 @@
/obj/item/storage/pouch/tools/full = -1,
/obj/item/storage/pouch/field_pouch = -1,
/obj/item/storage/pouch/general/large = -1,
/obj/item/storage/pouch/document = -1,
/obj/item/cell/lasgun/volkite/powerpack/marine = -1,
/obj/item/storage/pouch/general/medium = -1,
),
Expand Down

0 comments on commit 6d965f4

Please sign in to comment.