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