Buffs the Vox

This commit is contained in:
Anewbe
2018-08-31 22:58:25 -05:00
parent f2ac530c24
commit 08ddd217a8
7 changed files with 24 additions and 13 deletions

View File

@@ -9,8 +9,8 @@
var/last_regen = 0
var/spike_gen_time = 150
var/max_spikes = 3
var/spikes = 3
var/max_spikes = 5
var/spikes = 5
release_force = 30
icon = 'icons/obj/gun.dmi'
icon_state = "spikethrower3"
@@ -35,7 +35,7 @@
/obj/item/weapon/gun/launcher/spikethrower/examine(mob/user)
..(user)
user << "It has [spikes] spike\s remaining."
to_chat(user, "It has [spikes] spike\s remaining.")
/obj/item/weapon/gun/launcher/spikethrower/update_icon()
icon_state = "spikethrower[spikes]"
@@ -65,7 +65,7 @@
firemodes = list(
list(mode_name="stunning", burst=1, fire_delay=null, move_delay=null, burst_accuracy=list(30), dispersion=null, projectile_type=/obj/item/projectile/beam/stun/darkmatter, charge_cost = 300),
list(mode_name="focused", burst=1, fire_delay=null, move_delay=null, burst_accuracy=list(30), dispersion=null, projectile_type=/obj/item/projectile/beam/darkmatter, charge_cost = 600),
list(mode_name="focused", burst=1, fire_delay=null, move_delay=null, burst_accuracy=list(30), dispersion=null, projectile_type=/obj/item/projectile/beam/darkmatter, charge_cost = 400),
list(mode_name="scatter burst", burst=8, fire_delay=null, move_delay=4, burst_accuracy=list(0, 0, 0, 0, 0, 0, 0, 0), dispersion=list(3, 3, 3, 3, 3, 3, 3, 3, 3), projectile_type=/obj/item/projectile/energy/darkmatter, charge_cost = 300),
)
@@ -112,7 +112,7 @@
embed_chance = 0
/*
* Vox Darkmatter Cannon
* Vox Sonic Cannon
*/
/obj/item/weapon/gun/energy/sonic
name = "soundcannon"
@@ -122,7 +122,7 @@
w_class = ITEMSIZE_HUGE
cell_type = /obj/item/weapon/cell/device/weapon/recharge
battery_lock = 1
charge_cost = 600
charge_cost = 400
projectile_type=/obj/item/projectile/sonic/weak