Bump deprecation level of old early finish / carryover macros
This commit is contained in:
parent
b821da1cff
commit
fff2f13f7f
1 changed files with 6 additions and 6 deletions
|
@ -47,29 +47,29 @@
|
|||
#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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue