diff --git a/code/__DEFINES/robots.dm b/code/__DEFINES/robots.dm index f2f277d0ace..9a2ebb3f6e8 100644 --- a/code/__DEFINES/robots.dm +++ b/code/__DEFINES/robots.dm @@ -1,6 +1,11 @@ /*ALL DEFINES FOR AIS, CYBORGS, AND SIMPLE ANIMAL BOTS*/ #define DEFAULT_AI_LAWID "default" +#define LAW_ZEROTH "zeroth" +#define LAW_INHERENT "inherent" +#define LAW_SUPPLIED "supplied" +#define LAW_ION "ion" +#define LAW_HACKED "hacked" //Bot defines, placed here so they can be read by other things! #define BOT_STEP_DELAY 4 //Delay between movemements diff --git a/code/datums/ai_laws.dm b/code/datums/ai_laws.dm index 1b4e40749cc..3d58bd2e48b 100644 --- a/code/datums/ai_laws.dm +++ b/code/datums/ai_laws.dm @@ -1,8 +1,3 @@ -#define LAW_ZEROTH "zeroth" -#define LAW_INHERENT "inherent" -#define LAW_SUPPLIED "supplied" -#define LAW_ION "ion" -#define LAW_HACKED "hacked" #define AI_LAWS_ASIMOV "asimov" /datum/ai_laws