Skip to content

Commit

Permalink
yeah (#11810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Therealdoooc213 authored Nov 7, 2024
1 parent 0a077bf commit 01f9ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
. = ..()
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
STR.max_w_class = WEIGHT_CLASS_BULKY //holds the same equipment as a medibelt
STR.max_items = 12
STR.max_items = 13
STR.max_combined_w_class = 24
STR.can_hold = typecacheof(list(
/obj/item/healthanalyzer,
Expand Down

0 comments on commit 01f9ec6

Please sign in to comment.