home · contact · privacy
Server: Make config file set number of objects' start appearances.
[plomrogue] / src / server / map_objects.h
index fdd11f91c9180cc4226e199ac3d1a0abba28cc8c..d18e3c259f4df1f422420dc77da12a34c4ee74e2 100644 (file)
@@ -34,6 +34,7 @@ struct MapObjDef
     uint8_t corpse_id;  /* type to change map object into upon destruction */
     uint8_t lifepoints; /* default start value for map object's .lifepoints */
     uint8_t consumable; /* can be eaten if !0, for so much hitpoint win */
+    uint8_t start_n;    /* how many of these does the map start with? */
 };