Fix a couple of finger gun issues

This commit is contained in:
datlo
2018-11-25 19:04:53 +00:00
parent dad636e455
commit 2c3541b95f
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
..()