Revert "Added several new objective macros" on request
This reverts commit 8c92d1e62a
.
This commit is contained in:
parent
8c92d1e62a
commit
19826fa564
1 changed files with 8 additions and 43 deletions
|
@ -1,8 +1,15 @@
|
|||
#textdomain wesnoth
|
||||
|
||||
# Utility macros for use in the objectives dialog or for defining the whole
|
||||
# [objectives] tag.
|
||||
|
||||
#define TURNS_RUN_OUT
|
||||
[objective]
|
||||
description= _ "Turns run out"
|
||||
condition=lose
|
||||
show_turn_counter=yes
|
||||
[/objective]
|
||||
#enddef
|
||||
|
||||
#define EARLY_FINISH_BONUS_NOTE
|
||||
_"Early finish bonus."#enddef
|
||||
|
||||
|
@ -45,34 +52,6 @@ _"No gold carried over to the next scenario."#enddef
|
|||
caption= _ "Bonus objective:"
|
||||
#enddef
|
||||
|
||||
#define OBJECTIVES OBJECTIVE_LIST
|
||||
[objectives]
|
||||
{OBJECTIVE_LIST}
|
||||
[/objectives]
|
||||
#enddef
|
||||
|
||||
#define OBJECTIVE_VICTORY OBJECTIVE_TEXT
|
||||
[objective]
|
||||
description={OBJECTIVE_TEXT}
|
||||
condition=win
|
||||
[/objective]
|
||||
#enddef
|
||||
|
||||
#define OBJECTIVE_DEFEAT OBJECTIVE_TEXT
|
||||
[objective]
|
||||
description={OBJECTIVE_TEXT}
|
||||
condition=lose
|
||||
[/objective]
|
||||
#enddef
|
||||
|
||||
#define TURNS_RUN_OUT
|
||||
[objective]
|
||||
description= _ "Turns run out"
|
||||
condition=lose
|
||||
show_turn_counter=yes
|
||||
[/objective]
|
||||
#enddef
|
||||
|
||||
#define ALTERNATIVE_OBJECTIVE OBJECTIVE_TEXT
|
||||
[objective]
|
||||
{ALTERNATIVE_OBJECTIVE_CAPTION}
|
||||
|
@ -89,20 +68,6 @@ _"No gold carried over to the next scenario."#enddef
|
|||
[/objective]
|
||||
#enddef
|
||||
|
||||
#define OBJECTIVE_SHOW_IF _COND
|
||||
[+objective]
|
||||
[show_if]
|
||||
{_COND}
|
||||
[/show_if]
|
||||
[/objective]
|
||||
#enddef
|
||||
|
||||
#define OBJECTIVE_NOTES TEXT
|
||||
[note]
|
||||
description={TEXT}
|
||||
[/note]
|
||||
#enddef
|
||||
|
||||
#define IS_LAST_SCENARIO
|
||||
[note]
|
||||
red,blue,green=0,255,255
|
||||
|
|
Loading…
Add table
Reference in a new issue