Merge branch 'master' into development

This commit is contained in:
skull132
2017-01-23 15:52:13 -05:00
15 changed files with 48 additions and 15 deletions

View File

@@ -16,9 +16,6 @@
if(!owner.canClick())
return
owner.setClickCooldown(5) // Spam prevention, essentially.
if(owner.a_intent == I_HELP)
owner << "<span class='warning'>You refrain from firing \the [aiming_with] as your intent is set to help.</span>"
return
owner.visible_message("<span class='danger'>\The [owner] pulls the trigger reflexively!</span>")
var/obj/item/weapon/gun/G = aiming_with
if(istype(G))