Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianK3 committed Oct 17, 2024
1 parent b2acba0 commit c49df58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/bot/farmbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
visible_message(SPAN_NOTICE("[src] starts fertilizing \the [A]."))
attacking = TRUE
addtimer(CALLBACK(src, PROC_REF(do_action_on_tray), FARMBOT_NUTRIMENT, T), 3 SECONDS)

else if(istype(A, /obj/structure/sink))
action = "water"
update_icon()
Expand Down

0 comments on commit c49df58

Please sign in to comment.