mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
fix bonfire examine (#9770)
This commit is contained in:
@@ -36,12 +36,13 @@
|
||||
|
||||
//CHOMPStation Addition Start
|
||||
/obj/structure/bonfire/examine(mob/user)
|
||||
. = ..()
|
||||
var/X = get_fuel_amount()
|
||||
to_chat(user, "The fire has [X] logs in it.")
|
||||
. += "The fire has [X] logs in it."
|
||||
if(grill)
|
||||
to_chat(user, "[src] has a crude grill plate over it.")
|
||||
. += "[src] has a crude grill plate over it."
|
||||
if(can_buckle)
|
||||
to_chat(user, "[src] has a makeshift stake built in it, perfect for witches and space templars.")
|
||||
. += "[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)
|
||||
|
||||
Reference in New Issue
Block a user