Skip to content

Commit

Permalink
Mission 22 - Added a warning from Stalin.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkademic committed Nov 23, 2023
1 parent 65e16a1 commit 8e4561d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mods/ca/maps/ca22-capitulation/ca22.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ WorldLoaded = function()
MediaCA.PlaySound("suspicious.aud", 2)
Spy.Move(SouthDelivery3.Location)
SpyKiller.Attack(Spy)
Trigger.AfterDelay(AdjustTimeForGameSpeed(DateTime.Seconds(10)), function()
Media.DisplayMessage("Attention you capitalist dogs! My defenses are impenetrable. Leave at once, or prepare to be crushed!", "Stalin", HSLColor.FromHex("DD0000"))
MediaCA.PlaySound("stalin_warning.aud", 2)
end)
end)
end

Expand Down
Binary file added mods/ca/maps/ca22-capitulation/stalin_warning.aud
Binary file not shown.

0 comments on commit 8e4561d

Please sign in to comment.