home · contact · privacy
Server: Add inanimate things to map memory, integrate into AI searches.
[plomrogue] / src / server / hardcoded_strings.c
index e9578c7572549854a451bd4b3b3a1e34a33ed366..64bcc59b1acf44a8c99fff7e16337f608ad07051 100644 (file)
@@ -4,7 +4,7 @@
 
 
 
-char * s[38];
+char * s[41];
 
 
 
@@ -36,6 +36,9 @@ extern void init_strings()
     s[S_CMD_T_PROGRESS] = "T_PROGRESS";
     s[S_CMD_T_HP] = "T_LIFEPOINTS";
     s[S_CMD_T_CARRIES] = "T_CARRIES";
+    s[S_CMD_T_MEMMAP] = "T_MEMMAP";
+    s[S_CMD_T_MEMTHING] = "T_MEMTHINGß";
+    s[S_CMD_AI] = "ai";
     s[S_CMD_WAIT] = "wait";
     s[S_CMD_MOVE] = "move";
     s[S_CMD_PICKUP] = "pick_up";