From 1153aa94a6a0e861a0e74a12f7f89c011b498a30 Mon Sep 17 00:00:00 2001 From: lysol321 Date: Thu, 1 May 2014 20:23:34 -0400 Subject: [PATCH] Added "code\game\machinery\bots\farmbot.dm" Checked the farmbot three separate times on my own server, and reviewed the logic in the code. Works as intended. --- baystation12.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/baystation12.dme b/baystation12.dme index 6de05f60e0b..287719919b9 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -321,6 +321,7 @@ #include "code\game\machinery\bots\bots.dm" #include "code\game\machinery\bots\cleanbot.dm" #include "code\game\machinery\bots\ed209bot.dm" +#include "code\game\machinery\bots\farmbot.dm" #include "code\game\machinery\bots\floorbot.dm" #include "code\game\machinery\bots\medbot.dm" #include "code\game\machinery\bots\mulebot.dm"