Skip to content

Commit

Permalink
Remove broken empty reqs vectors
Browse files Browse the repository at this point in the history
These syntax errors in 'alien' and 'granularity' effects prevented
 loading those rulesets.

Fixes: 1afb74e ("HP regen softcoding for all other bundled rulesets")
  • Loading branch information
ec429 authored and lmoureaux committed Feb 5, 2022
1 parent 5288a36 commit 8fd06dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions data/alien/effects.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -599,13 +599,11 @@ value = -100
[effect_hp_regen_base]
type = "HP_Regen"
value = 10
reqs = {}

; When hardcoded, effect_hp_regen_base was applied after the HP_Regen_Min
[effect_hp_regen_min_base]
type = "HP_Regen_Min"
value = 10
reqs = {}

; Units in cities regenerate at least 1/3 of their HP regardless
[effect_hp_regen_min_city]
Expand Down
2 changes: 0 additions & 2 deletions data/granularity/effects.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,11 @@ reqs =
[effect_hp_regen_base]
type = "HP_Regen"
value = 10
reqs = {}

; When hardcoded, effect_hp_regen_base was applied after the HP_Regen_Min
[effect_hp_regen_min_base]
type = "HP_Regen_Min"
value = 10
reqs = {}

; Units in cities regenerate at least 1/3 of their HP regardless
[effect_hp_regen_min_city]
Expand Down

0 comments on commit 8fd06dd

Please sign in to comment.