Skip to content

Commit

Permalink
Update bow.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez authored Apr 19, 2024
1 parent 764d9a3 commit d02c341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/1713/weapons/guns/bow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
remove_arrow_overlay()
if (bulletinsert_sound) playsound(loc, bulletinsert_sound, 75, TRUE)
else
to_chat(SPAN_WARNING("[src] is empty."))
to_chat(user, SPAN_WARNING("[src] is empty."))
update_icon()

/obj/item/weapon/gun/projectile/bow/update_icon()
Expand Down Expand Up @@ -268,7 +268,7 @@

/obj/item/weapon/gun/projectile/bow/attackby(obj/W as obj, mob/user as mob)
if (istype(W, /obj/item/weapon/attachment/bayonet))
to_chat(user, SPAN_WARNING("That won't fit on there.")
to_chat(user, SPAN_WARNING("That won't fit on there."))
return FALSE
else
return ..()

0 comments on commit d02c341

Please sign in to comment.