Fix pirate boots not having storage (#96592)

## About The Pull Request
- Fixes #96586

Pirate boots lacked internal storage and could not hold small items like
knifes.

## Why It's Good For The Game
This should behave like other boots where you can store items.

## Changelog
🆑
fix: Fix pirate boots not having storage
/🆑
This commit is contained in:
Tim
2026-06-21 17:30:09 +02:00
committed by GitHub
parent 7c124de2bc
commit 90d60c682f
+1
View File
@@ -192,6 +192,7 @@
/obj/item/clothing/shoes/pirate/Initialize(mapload)
. = ..()
create_storage(storage_type = /datum/storage/pockets/shoes)
AddElement(/datum/element/adjust_fishing_difficulty, -4)
/obj/item/clothing/shoes/pirate/armored