Robot Harvestor Typo Fixy

Fixes message so there isn't a double "the" in failure message.
This commit is contained in:
TheFurryFeline
2021-02-24 16:41:20 -05:00
parent 6cb047103c
commit 706a989fe3
@@ -171,7 +171,7 @@
else if(T.dead) //It's probably dead otherwise.
T.remove_dead(user)
else
to_chat(user, "Harvesting \a [target] is not the purpose of this tool. The [src] is for plants being grown.")
to_chat(user, "Harvesting \a [target] is not the purpose of this tool. [src] is for plants being grown.")
// A special tray for the service droid. Allow droid to pick up and drop items as if they were using the tray normally
// Click on table to unload, click on item to load. Otherwise works identically to a tray.