home · contact · privacy
Add basic food clock (but no consumables yet to re-set it).
[plomrogue] / src / server / hardcoded_strings.h
index 70d29c678ff49ba674c258c9ab8266637db7b2cf..c9f720b4d736d0165d002ff076e777075b87b20a 100644 (file)
@@ -31,6 +31,8 @@ enum string_num
     S_CMD_TT_SYMB,
     S_CMD_TT_NAME,
     S_CMD_TT_CORPS,
+    S_CMD_TT_PROL,
+    S_CMD_TT_STOMACH,
     S_CMD_T_ID,
     S_CMD_T_TYPE,
     S_CMD_T_POSY,
@@ -39,8 +41,10 @@ enum string_num
     S_CMD_T_ARGUMENT,
     S_CMD_T_PROGRESS,
     S_CMD_T_HP,
+    S_CMD_T_SATIATION,
     S_CMD_T_CARRIES,
     S_CMD_T_MEMMAP,
+    S_CMD_T_MEMDEPTHMAP,
     S_CMD_T_MEMTHING,
     S_CMD_AI,
     S_CMD_WAIT,
@@ -59,7 +63,7 @@ enum string_num
 
 extern void init_strings();
 
-extern char * s[41];
+extern char * s[45];