home · contact · privacy
Server: New command TT_PROLIFERATE sets chance for thing proliferation.
[plomrogue] / src / server / hardcoded_strings.c
index b485514c2db65efc7d2fc24cfdc22566c2b89c24..a0a21735683d4a96c8338aed534c4e74b629e455 100644 (file)
@@ -1,10 +1,15 @@
-/* hardcoded_strings.c */
+/* hardcoded_strings.c *
+ *
+ * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+ * or any later version. For details on its copyright, license, and warranties,
+ * see the file NOTICE in the root directory of the PlomRogue source package.
+ */
 
 #include "hardcoded_strings.h"
 
 
 
-char * s[41];
+char * s[42];
 
 
 
@@ -27,6 +32,7 @@ extern void init_strings()
     s[S_CMD_TT_SYMB] = "TT_SYMBOL";
     s[S_CMD_TT_NAME] = "TT_NAME";
     s[S_CMD_TT_CORPS] = "TT_CORPSE_ID";
+    s[S_CMD_TT_PROL] = "TT_PROLIFERATE";
     s[S_CMD_T_ID] = "T_ID";
     s[S_CMD_T_TYPE] = "T_TYPE";
     s[S_CMD_T_POSY] = "T_POSY";