From ad836beff34964f807759246afc5d09995a6ffd8 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 10 Mar 2020 23:03:28 -0400 Subject: [PATCH] Buffs ERT Backpack I always thought it strange that the ERT had both their own backpacks, and access to the unquestionably superior Syndicate dufflebags. This buffs the ERT Backpack to be on par with the syndicate dufflebag. Long term plan is to remove the Syndicate dufflebags from the ERT Armory, but that cannot be done yet due to the mapping freeze. --- code/game/objects/items/weapons/storage/backpack_vr.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/weapons/storage/backpack_vr.dm b/code/game/objects/items/weapons/storage/backpack_vr.dm index de305d11ada..b14fbf5ff0a 100644 --- a/code/game/objects/items/weapons/storage/backpack_vr.dm +++ b/code/game/objects/items/weapons/storage/backpack_vr.dm @@ -134,3 +134,6 @@ sprite_sheets = list( SPECIES_TESHARI = 'icons/mob/species/seromi/back.dmi', SPECIES_WEREBEAST = 'icons/mob/species/werebeast/back.dmi') + +/obj/item/weapon/storage/backpack/ert + max_storage_space = INVENTORY_DUFFLEBAG_SPACE