Fix packing storage giving no refund

This commit is contained in:
icomrade
2016-05-03 14:02:57 -04:00
parent b0df4c7f51
commit 6936a5dd24
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ class LockboxStorage: Land_A_tent {
class WeaponHolder_ItemLockbox: WeaponHolderBase {
scope = public;
transportMaxMagazines = 50;
transportMaxWeapons = 20;
transportMaxBackpacks = 10;
displayName = "Lockbox";
seedItem = "ItemLockbox";
};

View File

@@ -30,6 +30,9 @@ class VaultStorageLocked: Land_A_tent {
class WeaponHolder_ItemVault: WeaponHolderBase {
scope = public;
transportMaxMagazines = 200;
transportMaxWeapons = 25;
transportMaxBackpacks = 10;
displayName = $STR_EPOCH_SAFE;
seedItem = "ItemVault";
};