Skip to content

Commit

Permalink
Update helmet.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisohel committed Apr 5, 2024
1 parent 91a1e8b commit d744a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(

var/obj/item/storage/internal/headgear/pockets
var/storage_slots = 2 // keep in mind, one slot is reserved for garb items
var/storage_slots_reserved_for_garb = 1
var/storage_slots_reserved_for_garb = 2
var/storage_max_w_class = SIZE_TINY // can hold tiny items only, EXCEPT for glasses & metal flask.
var/storage_max_storage_space = 4

Expand Down

0 comments on commit d744a41

Please sign in to comment.