home · contact · privacy
Server: Add inanimate things to map memory, integrate into AI searches.
[plomrogue] / src / server / hardcoded_strings.h
index 3c8dd8161d96c742974d186e3bd5a4dfbf05a06c..7ee0ec9ac598e5b888a3aca0918adc92872137de 100644 (file)
@@ -37,6 +37,8 @@ enum string_num
     S_CMD_T_HP,
     S_CMD_T_CARRIES,
     S_CMD_T_MEMMAP,
+    S_CMD_T_MEMTHING,
+    S_CMD_AI,
     S_CMD_WAIT,
     S_CMD_MOVE,
     S_CMD_PICKUP,
@@ -53,7 +55,7 @@ enum string_num
 
 extern void init_strings();
 
-extern char * s[39];
+extern char * s[41];