[MIRROR] Adds a tip to examine for L6 SAW machinegun (#2779)
* Merge pull request #30724 from JJRcop/saw_that_but_didnt_see_that Adds a tip to examine for L6 SAW machinegun * Adds a tip to examine for L6 SAW machinegun
This commit is contained in:
committed by
Poojawa
parent
4dffe75a30
commit
941f63e7f9
@@ -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 could 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>")
|
||||
|
||||
Reference in New Issue
Block a user