mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user