Skip to content

Commit

Permalink
Revert "Update helmet.dm"
Browse files Browse the repository at this point in the history
This reverts commit cfb0a88.
  • Loading branch information
Nihisohel committed Apr 6, 2024
1 parent 31513b9 commit 79ac82b
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 @@ -385,7 +385,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 = 2
var/storage_slots_reserved_for_garb = 1
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 79ac82b

Please sign in to comment.