Skip to content

Commit

Permalink
Update code/modules/hydroponics/hydro_tray.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 authored Oct 7, 2023
1 parent dffb18b commit 00d09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/hydro_tray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
user.visible_message(SPAN_DANGER("[user] starts to uproot the plant."), SPAN_DANGER("You begin removing plant from [src]"))
if(!do_after(user, 1 SECONDS, INTERRUPT_NO_NEEDHAND|BEHAVIOR_IMMOBILE, BUSY_ICON_FRIENDLY, src, INTERRUPT_MOVED, BUSY_ICON_FRIENDLY))
return
to_chat(user, SPAN_NOTICE("You remove the plant from [src]"))
to_chat(user, SPAN_NOTICE("You remove the plant from [src]."))
seed = null
dead = 0
sampled = 0
Expand Down

0 comments on commit 00d09d8

Please sign in to comment.