KILLS STATPANEL (#4877)

Co-authored-by: VM_USER <VM_USER>
Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2023-01-11 09:12:35 -06:00
committed by GitHub
co-authored by VM_USER <VM_USER> silicons
parent 55da42c20a
commit fb429e51a4
245 changed files with 2957 additions and 1926 deletions
+2 -2
View File
@@ -129,11 +129,11 @@
adjust_health(-power / 100, TRUE) // Kills most trees in one lightning strike.
..()
/obj/structure/flora/tree/get_description_interaction()
/obj/structure/flora/tree/get_description_interaction(mob/user)
var/list/results = list()
if(!is_stump)
results += "[desc_panel_image("hatchet")]to cut down this tree into logs. Any sharp and strong weapon will do."
results += "[desc_panel_image("hatchet", user)]to cut down this tree into logs. Any sharp and strong weapon will do."
results += ..()