Skip to content

Commit

Permalink
Bump deprecation level of old early finish / carryover macros
Browse files Browse the repository at this point in the history
(cherry picked from commit fff2f13)
  • Loading branch information
jostephd committed Oct 20, 2019
1 parent 3d3a566 commit 0d611ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/core/macros/deprecated-utils.cfg
Expand Up @@ -95,29 +95,29 @@
_"<small>(early finish bonus)</small>"#enddef

#define EARLY_FINISH_BONUS_NOTE
#deprecated 1 This is now automatically generated and not required.
#deprecated 2 1.17.0 This is now automatically generated and not required. Use [objectives][gold_carryover]bonus=yes instead.
_"Early finish bonus."#enddef

#define NO_EARLY_FINISH_BONUS_NOTE
#deprecated 1 This is now automatically generated and not required.
#deprecated 2 1.17.0 This is now automatically generated and not required. Use [objectives][gold_carryover]bonus=no instead.
_"No early finish bonus."#enddef

#define NO_GOLD_CARRYOVER_NOTE
#deprecated 1 This is now automatically generated and not required.
#deprecated 2 1.17.0 This is now automatically generated and not required. Use [objectives][gold_carryover]carryover_percentage=0 instead.
_"No gold carried over to the next scenario."#enddef

#define NEW_GOLD_CARRYOVER_NOTE_100
#deprecated 1 This is now automatically generated and not required.
#deprecated 2 1.17.0 This is now automatically generated and not required. Use [objectives][gold_carryover]carryover_percentage=100 instead.
_"
100% of finishing gold carried over to the next scenario."#enddef

#define NEW_GOLD_CARRYOVER_NOTE_40
#deprecated 1 This is now automatically generated and not required.
#deprecated 2 1.17.0 This is now automatically generated and not required. Use [objectives][gold_carryover]carryover_percentage=40 instead.
_"
40% of finishing gold carried over to the next scenario."#enddef

#define NEW_GOLD_CARRYOVER_NOTE_20
#deprecated 1 This is now automatically generated and not required.
#deprecated 2 1.17.0 This is now automatically generated and not required. Use [objectives][gold_carryover]carryover_percentage=20 instead.
_"
20% of finishing gold carried over to the next scenario."#enddef

Expand Down

0 comments on commit 0d611ac

Please sign in to comment.