Fix invalid minievent coordinate, encountered here: https://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=363663 (by rftr)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2616 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Sevenfm
2021-09-05 05:43:55 +00:00
parent b452cb64e9
commit 19097a49cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1598,7 +1598,7 @@ HiddenEvents =
TopButtonText = "... oversee and coordinate the teams over radio.",
BottomButtonText = "... lead one of the strike teams.",
Resolution = function(topButton)
CSetMercCoordinates(selectedProfileId, 10, 1, 1)
CSetMercCoordinates(selectedProfileId, 10, 1, 0)
CSendMercOnMiniEvent(selectedProfileId, 1)
CAddIntel(100)
+1 -1
View File
@@ -1598,7 +1598,7 @@ HiddenEvents =
TopButtonText = "... oversee and coordinate the teams over radio.",
BottomButtonText = "... lead one of the strike teams.",
Resolution = function(topButton)
CSetMercCoordinates(selectedProfileId, 10, 1, 1)
CSetMercCoordinates(selectedProfileId, 10, 1, 0)
CSendMercOnMiniEvent(selectedProfileId, 1)
CAddIntel(100)