(lchr, pchr): Initializers depended on ETUS instead of etu_per_update.
ETUS is just the default for etu_per_update. Deities don't change ETUS, they change etu_per_update by editing econfig. This nonsense dates back at least to chainsaw 3.31, where it was just as broken as now. Replace ETUS by 60 and simplify.
This commit is contained in:
parent
3ca767fc88
commit
09486ad3ed
2 changed files with 19 additions and 21 deletions
|
@ -75,7 +75,7 @@ struct pchrstr pchr[] = {
|
|||
V_HCM, -1, 0, 0, 0, NAT_TLEV, -10, 10, 100,
|
||||
"heavy construction materials", "hcm",},
|
||||
{3, {V_DUST, V_OIL, V_LCM}, {1, 5, 10},
|
||||
0, NAT_TLEV, 5 * ETUS, 0, 0, NAT_ELEV, 5, 10, 100,
|
||||
0, NAT_TLEV, 300, 0, 0, NAT_ELEV, 5, 10, 100,
|
||||
"technological breakthroughs", "tech",},
|
||||
{3, {V_DUST, V_OIL, V_LCM}, {1, 5, 10},
|
||||
0, NAT_RLEV, 90, 0, 0, NAT_ELEV, 5, 10, 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue