Buffs the thermal drill (#4975)

-removes the thermal drill dispersion, making it a more effective mining tool
This commit is contained in:
Alberyk
2018-07-13 16:29:23 -03:00
committed by Werner
parent 6da861397a
commit 84d2ae463e
2 changed files with 7 additions and 3 deletions
@@ -419,8 +419,8 @@
firemodes = list(
list(mode_name="2 second burst", burst=10, burst_delay = 1, fire_delay = 20),
list(mode_name="4 second burst", burst=20, burst_delay = 1, fire_delay = 40, dispersion = list(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)),
list(mode_name="6 second burst", burst=30, burst_delay = 1, fire_delay = 60, dispersion = list(0, 1.5, 3, 4.5, 6, 7.5, 9, 10.5, 12, 13.5, 15, 16.5, 18, 19.5, 21))
list(mode_name="4 second burst", burst=20, burst_delay = 1, fire_delay = 40),
list(mode_name="6 second burst", burst=30, burst_delay = 1, fire_delay = 60)
)
action_button_name = "Wield thermal drill"
@@ -485,7 +485,6 @@
charge_meter = 1
use_external_power = 1
charge_cost = 25
dispersion = list(0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 30)
/obj/item/weapon/gun/energy/vaurca/mountedthermaldrill/special_check(var/mob/user)
if(is_charging)