From 4cab22661128b2502ba7ac69f00d9e3af36e2a78 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 18 May 2017 16:36:46 -0500 Subject: [PATCH] Plasmaman Plasma Tanks are just as large as normal emergency tanks --- code/game/objects/items/weapons/tanks/tank_types.dm | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 code/game/objects/items/weapons/tanks/tank_types.dm diff --git a/code/game/objects/items/weapons/tanks/tank_types.dm b/code/game/objects/items/weapons/tanks/tank_types.dm old mode 100644 new mode 100755 index f1f16a69b7..4ffa4a9b89 --- a/code/game/objects/items/weapons/tanks/tank_types.dm +++ b/code/game/objects/items/weapons/tanks/tank_types.dm @@ -140,6 +140,8 @@ item_state = "plasmaman_tank_belt" slot_flags = SLOT_BELT force = 5 + volume = 3 + w_class = WEIGHT_CLASS_SMALL //thanks i forgot this /obj/item/weapon/tank/internals/plasmaman/belt/full/New() ..()