Forgot a to_chat( edit.

This commit is contained in:
lbnesquik
2020-01-22 08:52:17 +01:00
parent b93e2c2a96
commit 7970a9516a
+2 -2
View File
@@ -37,11 +37,11 @@
//CHOMPStation Addition Start
/obj/structure/bonfire/examine(mob/user)
var/X = get_fuel_amount()
user << "The fire has [X] logs in it."
to_chat(user, "The fire has [X] logs in it.")
if(grill)
to_chat(user, "[src] has a crude grill plate over it.")
if(can_buckle)
user << "[src] has a makeshift stake built in it, perfect for witches and space templars."
to_chat(user, "[src] has a makeshift stake built in it, perfect for witches and space templars.")
//CHOMPStation Addition end
/obj/structure/bonfire/attackby(obj/item/W, mob/user)