Fixes all satchels having reduced storage (#90237)

## About The Pull Request

#89543 accidentally gave all satchels the storage datum of smuggler
satchels

Closes #90235

## Changelog
🆑
fix: Fixed all satchels having reduced storage
/🆑
This commit is contained in:
SmArtKar
2025-03-26 11:40:35 +01:00
committed by GitHub
parent db83f2633d
commit c443c2e416
+1 -1
View File
@@ -298,7 +298,6 @@
desc = "A trendy looking satchel."
icon_state = "satchel-norm"
inhand_icon_state = "satchel-norm"
storage_type = /datum/storage/backpack/satchel
/obj/item/storage/backpack/satchel/leather
name = "leather satchel"
@@ -385,6 +384,7 @@
icon_state = "satchel-flat"
inhand_icon_state = "satchel-flat"
w_class = WEIGHT_CLASS_NORMAL //Can fit in backpacks itself.
storage_type = /datum/storage/backpack/satchel
/obj/item/storage/backpack/satchel/flat/PopulateContents(datum/storage_config/config)
config.contents_are_exceptions = TRUE