From c18345805620f9dabbfe7989584d89719bb50e00 Mon Sep 17 00:00:00 2001 From: Andrew Malcolm O'Neill <105134723+maland1@users.noreply.github.com> Date: Mon, 7 Jul 2025 00:50:11 +0100 Subject: [PATCH] Reducing the amount of space in the gogo hat (#38808) Reducing the amount of space in the hat from 7*4 to 4*3 to make a bit more sense with the fact it is only a hat. Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- Resources/Prototypes/Entities/Clothing/Head/specific.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/specific.yml b/Resources/Prototypes/Entities/Clothing/Head/specific.yml index 1e2e55f55b..15f89da106 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/specific.yml @@ -38,7 +38,7 @@ - type: Storage showVerb: false grid: - - 0,0,6,3 + - 0,0,3,2 maxItemSize: Small blacklist: tags: -- 2.51.2