Adds a tip for L6 SAW machinegun

This commit is contained in:
JJRcop
2017-09-14 02:18:06 -04:00
parent 5d761b845b
commit 1f45361beb
@@ -295,6 +295,12 @@
pin = /obj/item/device/firing_pin
/obj/item/gun/ballistic/automatic/l6_saw/examine(mob/user)
..()
if(cover_open && magazine)
to_chat(user, "<span class='notice'>It seems like you can use an <b>empty hand</b> to remove the magazine.</span>")
/obj/item/gun/ballistic/automatic/l6_saw/attack_self(mob/user)
cover_open = !cover_open
to_chat(user, "<span class='notice'>You [cover_open ? "open" : "close"] [src]'s cover.</span>")