Skip to content

Commit

Permalink
Adds splints to survival pouch and updates desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxtrot13224 committed Oct 19, 2023
1 parent 1279c77 commit f4a8beb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/game/objects/items/storage/pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

/obj/item/storage/pouch/survival
name = "survival pouch"
desc = "It can carry flashlights, a pill, a crowbar, metal sheets, and some bandages."
desc = "A pouch given to colonists in the event of an emergency."
icon_state = "tools"
storage_slots = 6
max_w_class = SIZE_MEDIUM
Expand All @@ -153,6 +153,7 @@
/obj/item/stack/medical/bruise_pack,
/obj/item/device/radio,
/obj/item/attachable/bayonet,
/obj/item/stack/medical/splint,
)

/obj/item/storage/pouch/survival/full/fill_preset_inventory()
Expand All @@ -162,7 +163,7 @@
new /obj/item/stack/medical/bruise_pack(src)
new /obj/item/device/radio(src)
new /obj/item/attachable/bayonet(src)

new /obj/item/stack/medical/splint(src)
/obj/item/storage/pouch/survival/synth
name = "synth survival pouch"
desc = "An emergency pouch given to synthetics in the event of an emergency."
Expand Down

0 comments on commit f4a8beb

Please sign in to comment.