From 71b2d01fb03c692800a7de0b12f76e067d5d328b Mon Sep 17 00:00:00 2001 From: Coconutwarrior97 <40315842+Coconutwarrior97@users.noreply.github.com> Date: Thu, 26 Dec 2019 21:36:31 -0600 Subject: [PATCH] Fixes speargun not embedding the magspears it fires. (#48386) --- code/game/objects/items/pneumaticCannon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/pneumaticCannon.dm b/code/game/objects/items/pneumaticCannon.dm index 4edc966daf3..0fb28a28799 100644 --- a/code/game/objects/items/pneumaticCannon.dm +++ b/code/game/objects/items/pneumaticCannon.dm @@ -316,6 +316,7 @@ checktank = FALSE range_multiplier = 3 throw_amount = 1 + pressureSetting = 2 maxWeightClass = 2 //a single magspear spin_item = FALSE var/static/list/magspear_typecache = typecacheof(/obj/item/throwing_star/magspear)