Skip to content

Commit

Permalink
Revert "Removed deprecated objective text macros"
Browse files Browse the repository at this point in the history
This reverts commit 97acce2.
  • Loading branch information
jostephd committed Oct 19, 2019
1 parent d1a72ca commit b821da1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data/core/macros/deprecated-utils.cfg
Expand Up @@ -46,6 +46,33 @@
[/event]
#enddef

#define EARLY_FINISH_BONUS_NOTE
#deprecated 1 This is now automatically generated and not required.
_"Early finish bonus."#enddef

#define NO_EARLY_FINISH_BONUS_NOTE
#deprecated 1 This is now automatically generated and not required.
_"No early finish bonus."#enddef

#define NO_GOLD_CARRYOVER_NOTE
#deprecated 1 This is now automatically generated and not required.
_"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.
_"
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.
_"
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.
_"
20% of finishing gold carried over to the next scenario."#enddef

#define MISSILE_FRAME_FIREBALL
#Deprecated 2 1.15 Use MISSILE_FRAME_FIREBALL_XY instead
{MISSILE_FRAME_FIREBALL_XY 0 0}
Expand Down

0 comments on commit b821da1

Please sign in to comment.