Skip to content

Commit

Permalink
Nerfs Colony Synthetic Pouch (#4752)
Browse files Browse the repository at this point in the history
# About the pull request

<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

nerfs synth surv pouch by 1 slot

# Explain why it's good for the game
Feel like it holds a little much so this is a step in the right
direction.
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
balance: Nerfs synth surv pouch by removing 1 storage slot.
/:cl:
  • Loading branch information
QuickLode authored Oct 22, 2023
1 parent 9703d4c commit 3d2b2ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/objects/items/storage/pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
name = "synth survival pouch"
desc = "An emergency pouch given to synthetics in the event of an emergency."
icon_state = "tools"
storage_slots = 7
storage_slots = 6
max_w_class = SIZE_MEDIUM
can_hold = list(
/obj/item/device/flashlight,
Expand All @@ -181,7 +181,6 @@
)

/obj/item/storage/pouch/survival/synth/full/fill_preset_inventory()
new /obj/item/device/flashlight(src)
new /obj/item/tool/crowbar/red(src)
new /obj/item/tool/weldingtool(src)
new /obj/item/stack/cable_coil(src)
Expand Down

0 comments on commit 3d2b2ed

Please sign in to comment.