mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-22 04:38:21 +01:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
/obj/machinery/hydroponics/proc/harvest_dead(mob/user)
|
|
dead = FALSE
|
|
if(user)
|
|
to_chat(user, span_notice("You remove the dead plant from [src]."))
|
|
qdel(myseed)
|
|
myseed = null
|
|
update_icon()
|
|
TRAY_NAME_UPDATE
|