Update doc and remove unused enum

develop
John Cosker 2023-01-29 21:34:47 -05:00
parent 26f6820198
commit 3f9f785589
2 changed files with 4 additions and 2 deletions

@ -8,7 +8,10 @@ autoslab
Automatically queue orders to engrave slabs of existing ghosts. Will only queue
an order if there is no existing slab with that unit's memorial engraved and
there is not already an existing work order to engrave a slab for that unit
there is not already an existing work order to engrave a slab for that unit.
Make sure you have spare slabs on hand for engraving! If you run
`orders import library/rockstock <orders>`, you'll be sure to always have
some slabs in stock.
Usage
-----

@ -45,7 +45,6 @@ static PersistentDataItem config;
enum ConfigValues
{
CONFIG_IS_ENABLED = 0,
CONFIG_CYCLE_TICKS = 1,
};
static int get_config_val(int index)
{