home · contact · privacy
Server: Add inanimate things to map memory, integrate into AI searches.
[plomrogue] / src / server / hardcoded_strings.c
index 82f7a3ebf462dde84a1d96e02ac8f8099f763925..64bcc59b1acf44a8c99fff7e16337f608ad07051 100644 (file)
@@ -4,7 +4,7 @@
 
 
 
-char * s[40];
+char * s[41];
 
 
 
@@ -37,6 +37,7 @@ extern void init_strings()
     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";