From e7e1a77e1f5b00193e57b2a19225fdaac4fb7fd2 Mon Sep 17 00:00:00 2001 From: DZD Date: Fri, 9 Jan 2015 18:26:27 -0500 Subject: [PATCH] Space Pod Taser Change Changes the instantstun electrode from the space pod tasers to the disabler beam, this will allow them to shoot through windows and kill the NPC mobs they find in space. --- code/game/vehicles/spacepods/equipment.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/vehicles/spacepods/equipment.dm b/code/game/vehicles/spacepods/equipment.dm index e8815739966..3adbcf1ab32 100644 --- a/code/game/vehicles/spacepods/equipment.dm +++ b/code/game/vehicles/spacepods/equipment.dm @@ -77,7 +77,7 @@ name = "\improper taser system" desc = "A weak taser system for space pods, fires electrodes that shock upon impact." icon_state = "pod_taser" - projectile_type = "/obj/item/projectile/energy/electrode" + projectile_type = "/obj/item/projectile/beam/disabler" shot_cost = 250 fire_sound = "sound/weapons/Taser.ogg" @@ -85,7 +85,7 @@ name = "\improper burst taser system" desc = "A weak taser system for space pods, this one fires 3 at a time." icon_state = "pod_b_taser" - projectile_type = "/obj/item/projectile/energy/electrode" + projectile_type = "/obj/item/projectile/beam/disabler" shot_cost = 350 shots_per = 3 fire_sound = "sound/weapons/Taser.ogg"