mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 14:27:15 +01:00
KILLS STATPANEL (#4877)
Co-authored-by: VM_USER <VM_USER> Co-authored-by: silicons <no@you.cat>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
silicons
parent
55da42c20a
commit
fb429e51a4
@@ -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 += ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user