From e6c9a14282a46460945df9aef47946999286410b Mon Sep 17 00:00:00 2001 From: eyespy <104491498+eyespy2222@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:01:36 +1100 Subject: [PATCH] moving code around for convenience --- .../friendly => GainStation13/code/mobs}/cakegolem.dm | 0 tgstation.dme | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename {code/modules/mob/living/simple_animal/friendly => GainStation13/code/mobs}/cakegolem.dm (100%) diff --git a/code/modules/mob/living/simple_animal/friendly/cakegolem.dm b/GainStation13/code/mobs/cakegolem.dm similarity index 100% rename from code/modules/mob/living/simple_animal/friendly/cakegolem.dm rename to GainStation13/code/mobs/cakegolem.dm diff --git a/tgstation.dme b/tgstation.dme index ca49bf17..6c2ab638 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -13,7 +13,6 @@ // END_PREFERENCES // BEGIN_INCLUDE -#include "cakegolem.dm" #include "_maps\_basemap.dm" #include "_maps\map_files\generic\CentCom.dmm" #include "code\_compile_options.dm" @@ -2287,7 +2286,6 @@ #include "code\modules\mob\living\simple_animal\bot\secbot.dm" #include "code\modules\mob\living\simple_animal\bot\SuperBeepsky.dm" #include "code\modules\mob\living\simple_animal\friendly\butterfly.dm" -#include "code\modules\mob\living\simple_animal\friendly\cakegolem.dm" #include "code\modules\mob\living\simple_animal\friendly\cat.dm" #include "code\modules\mob\living\simple_animal\friendly\cockroach.dm" #include "code\modules\mob\living\simple_animal\friendly\crab.dm" @@ -3077,6 +3075,7 @@ #include "GainStation13\code\machinery\feeding_tube.dm" #include "GainStation13\code\mechanics\fatness.dm" #include "GainStation13\code\mechanics\spells.dm" +#include "GainStation13\code\mobs\cakegolem.dm" #include "GainStation13\code\modules\client\preferences\preferences.dm" #include "GainStation13\code\modules\mob\living\emote.dm" #include "GainStation13\code\modules\reagents\chemistry\reagents\consumable_reagents.dm"