Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Balance cloaks #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -32,7 +32,7 @@

/datum/component/storage/concrete/pockets/exo/cloak
max_items = 1
max_w_class = WEIGHT_CLASS_NORMAL
max_w_class = WEIGHT_CLASS_SMALL // Singulostation edit - Changed WEIGHT_CLASS_NORMAL to WEIGHT_CLASS_SMALL
quickdraw = TRUE

/datum/component/storage/concrete/pockets/exo/large
Expand Down