move ai_laws.dm defines to robot.dm (#61838)

This commit is contained in:
Mooshimi
2021-10-03 07:44:45 -04:00
committed by GitHub
parent 32208dedff
commit f919deece9
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -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
-5
View File
@@ -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