From 2a5dcd843a649da2c428b9dd5e2f3fd38c7b951f Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 30 May 2024 08:14:20 -0400 Subject: [PATCH] the vox spikethrower no longer 2 shot bursts, and can be charged in a charger (#25557) --- code/modules/projectiles/guns/energy/special_eguns.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/projectiles/guns/energy/special_eguns.dm b/code/modules/projectiles/guns/energy/special_eguns.dm index 46cf2b9ea53..725aa1d8dd6 100644 --- a/code/modules/projectiles/guns/energy/special_eguns.dm +++ b/code/modules/projectiles/guns/energy/special_eguns.dm @@ -869,8 +869,6 @@ w_class = WEIGHT_CLASS_NORMAL fire_sound_text = "a strange noise" can_suppress = 0 - burst_size = 2 // burst has to be stored here - can_charge = FALSE selfcharge = TRUE charge_delay = 10 restricted_species = list(/datum/species/vox) @@ -885,7 +883,6 @@ projectile_type = /obj/item/projectile/bullet/spike muzzle_flash_effect = null e_cost = 100 - delay = 3 //and delay has to be stored here on energy guns select_name = "spike" fire_sound = 'sound/weapons/bladeslice.ogg'