mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge remote-tracking branch 'upstream/dev' into bs12-zuhweapons
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/obj/item/weapon/gun/verb/toggle_firerate()
|
||||
set name = "Toggle Firerate"
|
||||
set category = "Object"
|
||||
|
||||
firerate = !firerate
|
||||
if (firerate == 0)
|
||||
|
||||
if (firerate)
|
||||
loc << "You will now continue firing when your target moves."
|
||||
else
|
||||
loc << "You will now only fire once, then lower your aim, when your target moves."
|
||||
|
||||
Reference in New Issue
Block a user