This commit is contained in:
Markolie
2016-10-25 14:43:11 +02:00
parent e5c4b78f47
commit 0bfb2d7612
@@ -39,7 +39,7 @@
/obj/item/weapon/gun/projectile/bow/attackby(obj/item/A, mob/user, params)
var/num_loaded = magazine.attackby(A, user, params, 1)
if(num_loaded)
user << "<span class='notice'>You ready \the [A] into \the [src].</span>"
to_chat(user, "<span class='notice'>You ready \the [A] into \the [src].</span>")
update_icon()
chamber_round()