Fixes dartguns not firing when clicking turf (#11159)

This commit is contained in:
9600bauds
2016-07-26 17:37:37 -03:00
committed by clusterfack
parent e5797a2fd6
commit 756e8fb1d2
4 changed files with 42 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/obj/item/weapon/gun/hookshot //-by Deity Link
name = "hookshot"
desc = "Used to create tethers! It's a very experimental device, recently developped by Nanotrasen."
desc = "Used to create tethers! It's a very experimental device, recently developed by Nanotrasen."
icon = 'icons/obj/gun_experimental.dmi'
icon_state = "hookshot"
item_state = "hookshot"

View File

@@ -2,7 +2,7 @@
set name = "Toggle Firerate"
set category = "Object"
firerate = !firerate
if (firerate == 0)
if (firerate == 1)
to_chat(loc, "You will now continue firing when your target moves.")
else
to_chat(loc, "You will now only fire once, then lower your aim, when your target moves.")