Skip to content

Commit

Permalink
Fix dialog link in forest attack event
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammie committed Sep 24, 2023
1 parent 66c148c commit f1f6207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PROGRAM/DIALOGS/ENGLISH/B_FOREST.H
Expand Up @@ -234,7 +234,7 @@ void ProcessDialogEvent()
case "attack1":
Dialog.text = "The plantation slaves are rising. And they have already captured some weapons! They have been brutalized so much by years of cruel opression that they'll spare no white man.. or woman! Oh, if we had only more of those bastions, stockades, mines and cannon...";
link.l1 = RandSwear() + "These landlubbers are all paralysed with fear! Spoiled from landlife. Seems like I'll have to do the fighting without them.";
link.l1.go = "exit_atack1";
link.l1.go = "exit_attack1";
break;

case "attack2":
Expand Down
2 changes: 1 addition & 1 deletion PROGRAM/DIALOGS/RUSSIAN/B_FOREST.H
Expand Up @@ -234,7 +234,7 @@ void ProcessDialogEvent()
case "attack1":
Dialog.text = "Рабы на плантациях восстают. И они уже захватили некоторое оружие! Они так озверели за годы жестокого угнетения, что не пощадят ни одного белого мужчину.. или женщину! О, если бы у нас было побольше тех бастионов, частоколов, мин и пушек...";
link.l1 = RandSwear() + "Все эти сухопутные парализованы страхом! Избалованные жизнью на суше. Похоже, мне придется сражаться без них.";
link.l1.go = "exit_atack1";
link.l1.go = "exit_attack1";
break;

case "attack2":
Expand Down
2 changes: 1 addition & 1 deletion PROGRAM/DIALOGS/SPANISH/B_FOREST.H
Expand Up @@ -234,7 +234,7 @@ void ProcessDialogEvent()
case "attack1":
Dialog.text = "The plantation slaves are rising. And they have already captured some weapons! They have been brutalized so much by years of cruel opression that they'll spare no white man.. or woman! Oh, if we had only more of those bastions, stockades, mines and cannon...";
link.l1 = RandSwear() + "These landlubbers are all paralysed with fear! Spoiled from landlife. Seems like I'll have to do the fighting without them.";
link.l1.go = "exit_atack1";
link.l1.go = "exit_attack1";
break;

case "attack2":
Expand Down

0 comments on commit f1f6207

Please sign in to comment.