Skip to content

Commit

Permalink
minor commentary update
Browse files Browse the repository at this point in the history
  • Loading branch information
cooljeanius committed Dec 22, 2021
1 parent 9a026f4 commit 0fe1b0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions macros/ano-14macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
id=Karen
[/filter_second]
{IF_HAVE_UNIT (Lady Lorin)}
# already did the competition in a previous scenario:
{IF ano_competition equals end}
{IF ano_competition_k equals 0}
{MESSAGE (Karen) (portraits/karen.png) (Karen) _"Scored!"}
{MESSAGE (Lady Lorin) (portraits/lorin_winter.png) (Lorin)
# FIXME: the word "again" doesn't make sense if this is the first kill of the competition:
# FIXME: the word "again" doesn't make sense if this is the first kill of the competition, or if the competition ended in the previous scenario without anyone killing anyone (resulting in there being no dialogue about it):
_"Don't start again, kid. I won't play that game this time."}
{VARIABLE ano_competition_k 1}
{END_IF_WITHOUT_ELSE}
Expand Down Expand Up @@ -92,6 +93,7 @@
id=Lady Lorin
[/filter_second]
{IF ano_competition equals end}
# (already did the competition in a previous scenario)
{ELSE}
{IF ano_competition_l equals 0}
{MESSAGE (Lady Lorin) (portraits/lorin_winter.png) (Lorin) _"First kill today!"}
Expand Down Expand Up @@ -142,16 +144,17 @@
#enddef
#define LORIN_KAREN_COMPV
{IF ano_competition equals end}
# (already did the competition in a previous scenario)
{ELSE}
{IF_HAVE_UNIT (Lady Lorin)}
{IF ano_competition_l greater_than $ano_competition_k}
{MESSAGE (Lady Lorin) (portraits/lorin_winter.png) (Lorin)
_"By the way, I won. Scored $ano_competition_l"}
_"By the way, I won: I scored $ano_competition_l|."}
{MESSAGE (Majid Yahyazad) (portraits/majid.png) (Majid Yahyazad)
_"Girls, what do you exactly mean by 'scored'? Is it because you are slicing up your fallen foes?"}
{ELSE_IF ano_competition_k greater_than $ano_competition_l}
{MESSAGE (Karen) (portraits/karen.png) (Karen)
_"By the way, I won. Scored $ano_competition_k"}
_"By the way, I won: I scored $ano_competition_k|."}
{MESSAGE (Majid Yahyazad) (portraits/majid.png) (Majid Yahyazad)
_"Girls, what do you exactly mean by 'scored'? Is it because you are slicing up your fallen foes?"}
{ELSE_IF ano_competition_k greater_than 0}
Expand All @@ -163,13 +166,16 @@
{MESSAGE (Karen) (portraits/karen.png) (Karen)
_"That's what I meant. You have not won, great super killing machine, so you have lost."}
{ELSE}
# TODO: put something here
{TWO_END_IFs}
{END_IF}
{ELSE}
# TODO: put something here
{END_IF}
{VARIABLE ano_competition end}
{VARIABLE ano_competition_k 0}
{END_IF}
# FIXME: why is this here?
{IF ano_bug_fix equals yes}
{CLEAR_VARIABLE ano_bug_fix}
{VARIABLE ano_competition start}
Expand Down
1 change: 1 addition & 0 deletions scenarios/18_Start_of_the_Quest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
{IF ano_opt equals yes}
{NEXT_SCENARIO_CONTINUE 19c_The_Oracle}
{ELSE}
# FIXME: can't actually undo here?
[allow_undo][/allow_undo]
{END_IF}
{ELSE}
Expand Down
1 change: 1 addition & 0 deletions scenarios/19c_The_Oracle.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
story=_"The Oracle was the title of a woman living in ruins of an old city. For generations, there had always been one female mage with prophetic abilities living there, so long that no one remembered now what the city had once been named. Now it was just 'the city of the Oracle.'"
[/part]
[part]
# TODO: tune enemy AI so that their behavior better matches the disunity described here:
story=_"When we arrived, we found the city of the Oracle besieged. Four different armies, each under a different leader, surrounded it. This disunity seemed to contribute heavily to fact the Oracle still could defend herself. Each army seemed to siege the city on its own. But the city was ready to fall; our army had arrived in at the last possible moment for relief."
[/part]
[/story]
Expand Down

0 comments on commit 0fe1b0b

Please sign in to comment.