Compare commits
5
Commits
952daa2897
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36ff621759 | ||
|
|
ee5a591c8e | ||
|
|
dd0d16cd1a | ||
|
|
e67200bddd | ||
|
|
f7ff367f5b |
@@ -84,7 +84,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch'
|
NODE_OPTIONS: '--experimental-fetch'
|
||||||
|
|
||||||
- name: Announce Release
|
- name: Announce Release
|
||||||
uses: tsickert/discord-webhook@v7.0.0
|
uses: tsickert/discord-webhook@v7.0.0
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
||||||
|
|||||||
@@ -73,6 +73,9 @@ SpearheadConfig = {
|
|||||||
--The location will continously update for the last killed unit.
|
--The location will continously update for the last killed unit.
|
||||||
markLastContact = false, -- default false
|
markLastContact = false, -- default false
|
||||||
|
|
||||||
|
--If enabled, the stage briefing including the current missions will be shown to players on spawn.
|
||||||
|
briefingOnSpawn = true, -- default true
|
||||||
|
|
||||||
--AutoStages will continue to the next stage automatically on completion of the missions within the stage.
|
--AutoStages will continue to the next stage automatically on completion of the missions within the stage.
|
||||||
-- If you want to make it so the next stage triggers only when you want to disable it here and manually implement the actions needed.
|
-- If you want to make it so the next stage triggers only when you want to disable it here and manually implement the actions needed.
|
||||||
--[[
|
--[[
|
||||||
|
|||||||
Reference in New Issue
Block a user