Skip to content

Commit

Permalink
Assign bleep5 in notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Smittytron committed Sep 2, 2023
1 parent f6d9cb9 commit e76bacb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions mods/ra/audio/notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@ Sounds:
InterruptType: Interrupt
AlertBuzzer: buzzy1
AlertBleep: bleep6
AngryBleep: bleep5
BaseSetup: bleep9
10 changes: 2 additions & 8 deletions mods/ra/maps/allies-13/allies13.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ MissionTriggers = function()
Trigger.RemoveFootprintTrigger(id)
doomTriggered = true

Utils.Do(DoomPatrol, function(actor)
if not actor.IsDead then
IdleHunt(actor)
end
end)
Utils.Do(DoomPatrol, IdleHunt)
end
end)

Expand Down Expand Up @@ -146,9 +142,7 @@ CameraTriggers = function()

local heavyCam = Actor.Create("camera", true, { Owner = Greece, Location = HeavyTankCam.Location })
Media.DisplayMessage(UserInterface.Translate("old-flametowers"), UserInterface.Translate("engineer"))
Utils.Do(TankRifles, function(a)
IdleHunt(a)
end)
Utils.Do(TankRifles, IdleHunt)
Trigger.AfterDelay(DateTime.Minutes(1), function()
heavyCam.Destroy()
end)
Expand Down
9 changes: 9 additions & 0 deletions mods/ra/maps/allies-13/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ World:
StartGameNotification:
Notification: MissionTimerInitialised

Player:
MissionObjectives:
GameOverDelay: 4000

3TNK:
AutoTarget:
InitialStanceAI: HoldFire
Expand All @@ -32,3 +36,8 @@ World:
V2RL:
AutoTarget:
InitialStanceAI: HoldFire

FTUR:
RevealOnDeath:
RevealForRelationships: Enemy
Duration: 60

0 comments on commit e76bacb

Please sign in to comment.