mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes dartguns not firing when clicking turf (#11159)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user