Skip to content

Commit

Permalink
fixes bow
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Oct 1, 2023
1 parent 29e6e5c commit 0ddfe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/misc/bow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
chambered = magazine.get_round(TRUE)
chambered.forceMove(src)

/obj/item/gun/ballistic/bow/attack_self(mob/user)
/obj/item/gun/ballistic/bow/unique_action(mob/living/user)
if(chambered)
to_chat(user, "<span class='notice'>You [drawn ? "release" : "draw"] [src]'s string.</span>")
if(!drawn)
Expand Down

0 comments on commit 0ddfe7f

Please sign in to comment.