Merge remote-tracking branch 'upstream/dev' into bs12-zuhweapons

This commit is contained in:
Mloc-Hibernia
2014-05-11 13:48:51 +00:00
29 changed files with 200 additions and 101 deletions

View File

@@ -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."