From 0731a3a1a8d9eefa635946fccf78f0b49e9a3f1f Mon Sep 17 00:00:00 2001 From: octareenroon91 Date: Fri, 16 Oct 2015 13:53:51 -0600 Subject: [PATCH] Pneumatic cannon capacity nerf. Improvised pneumatic cannon will now accept 8 w_class worth of items (8 tiny/4 small/ 2 normal) Standard accepts 17. Because 17. --- code/game/objects/items/weapons/pneumaticCannon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/pneumaticCannon.dm b/code/game/objects/items/weapons/pneumaticCannon.dm index 4fa622cc8a1e5..b690793aa06eb 100644 --- a/code/game/objects/items/weapons/pneumaticCannon.dm +++ b/code/game/objects/items/weapons/pneumaticCannon.dm @@ -9,7 +9,7 @@ item_state = "bulldog" lefthand_file = 'icons/mob/inhands/guns_lefthand.dmi' righthand_file = 'icons/mob/inhands/guns_righthand.dmi' - var/maxWeightClass = 20 //The max weight of items that can fit into the cannon + var/maxWeightClass = 17 //The max weight of items that can fit into the cannon var/loadedWeightClass = 0 //The weight of items currently in the cannon var/obj/item/weapon/tank/internals/tank = null //The gas tank that is drawn from to fire things var/gasPerThrow = 3 //How much gas is drawn from a tank's pressure to fire @@ -104,7 +104,7 @@ desc = "A gas-powered, object-firing cannon made out of common parts." force = 5 w_class = 3 - maxWeightClass = 10 + maxWeightClass = 8 gasPerThrow = 5 /datum/table_recipe/improvised_pneumatic_cannon //Pretty easy to obtain but