Added IS_LAST_SCENARIO macro
This commit is contained in:
parent
0dd521ade0
commit
7363e6eb09
2 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,7 @@ Version 1.9.9+svn:
|
|||
* Made [move_unit] respect image modifications applied by EffectWML to single units
|
||||
* Introduce [unit_type]image_icon key to override image for 72x72 icons
|
||||
(FR bug #15466)
|
||||
* Added IS_LAST_SCENARIO macro, for use in [objectives] dialog.
|
||||
* Miscellaneous and bug fixes:
|
||||
* Add --language/-L commandline option to set the language for that session
|
||||
* Fixed: Avoid copying of singular iterators in the whiteboard code
|
||||
|
|
|
@ -67,3 +67,9 @@ _"No gold carried over to the next scenario."#enddef
|
|||
condition=win
|
||||
[/objective]
|
||||
#enddef
|
||||
|
||||
#define IS_LAST_SCENARIO
|
||||
[note]
|
||||
description="<span color='cyan' weight='bold'>" + _"This is the last scenario." + "</span>"
|
||||
[/note]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue