mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user