Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-Soaked committed Sep 28, 2023
1 parent 2948b3e commit 5605b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ GLOBAL_LIST_INIT(default_weight_class_to_volume, list(
#define STORAGE_VOLUME_SATCHEL (DEFAULT_VOLUME_NORMAL * 24) //4 normal items
#define STORAGE_VOLUME_BACKPACK (DEFAULT_VOLUME_NORMAL * 36) //6 normal items, or 3 bulky items
#define STORAGE_VOLUME_DUFFLEBAG (DEFAULT_VOLUME_NORMAL * 72) // 3 huge items, or 6 bulky items
#define STORAGE_VOLUME_BAG_OF_HOLDING (DEFAULT_VOLUME_NORMAL 54) //1.5X backpack
#define STORAGE_VOLUME_BAG_OF_HOLDING (DEFAULT_VOLUME_NORMAL * 54) //1.5X backpack

0 comments on commit 5605b7e

Please sign in to comment.