From f919deece97bfbd8e464c2ccfa5129b0064fe47e Mon Sep 17 00:00:00 2001 From: Mooshimi <85910816+Mooshimi@users.noreply.github.com> Date: Sun, 3 Oct 2021 07:44:45 -0400 Subject: [PATCH] move ai_laws.dm defines to robot.dm (#61838) --- code/__DEFINES/robots.dm | 5 +++++ code/datums/ai_laws.dm | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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