Merge pull request #10350 from datlo/fingergunfix

Fix a couple of finger gun issues
This commit is contained in:
variableundefined
2018-11-26 08:13:36 +08:00
committed by GitHub
2 changed files with 8 additions and 6 deletions
@@ -172,7 +172,7 @@
/obj/item/gun/projectile/revolver/fingergun/afterattack(atom/target, mob/living/user, flag, params)
if(!user.mind.miming)
to_chat(usr, "<span class='warning'>You must dedicate yourself to silence first.</span>")
to_chat(usr, "<span class='warning'>You must dedicate yourself to silence first. Use your fingers if you wish to holster them.</span>")
return
..()