X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fhardcoded_strings.h;h=c9f720b4d736d0165d002ff076e777075b87b20a;hb=3fb2cb493ae564f8b14ddb4143b6c1f5bf16f16a;hp=d11082779a4bb3a8b6029753e69f8859ef282891;hpb=08787351493beb2ad649e94d24eebca0e97192c8;p=plomrogue diff --git a/src/server/hardcoded_strings.h b/src/server/hardcoded_strings.h index d110827..c9f720b 100644 --- a/src/server/hardcoded_strings.h +++ b/src/server/hardcoded_strings.h @@ -32,6 +32,7 @@ enum string_num 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, @@ -40,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, @@ -60,7 +63,7 @@ enum string_num extern void init_strings(); -extern char * s[42]; +extern char * s[45];