From 04e38f424a57a737efbf7c6b4b6685bed8b36137 Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Thu, 25 Aug 2016 17:06:46 -0700 Subject: [PATCH] Fixes temp gun not starting with a pin (#20094) --- code/modules/projectiles/guns/energy/special.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index 7757df71821..bcdcc8287f4 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -238,6 +238,7 @@ name = "security temperature gun" desc = "A weapon that can only be used to its full potential by the truly robust." origin_tech = "combat=2;materials=2;powerstorage=1;magnets=1" + pin = /obj/item/device/firing_pin /obj/item/weapon/gun/energy/laser/instakill name = "instakill rifle"