Feature/mark contact (#45)
* fixed for static train carts having no category? * Added lastContact logic to be able to mark the location where a unit was last killed in a mission --------- Co-authored-by: dutchie032 <dutchie032>
This commit is contained in:
committed by
GitHub
co-authored by
dutchie032 <dutchie032>
parent
90c8d113fd
commit
d6178bcdd7
@@ -45,6 +45,11 @@ SpearheadConfig = {
|
||||
drawStages = true, -- default true
|
||||
drawPreActivated = true, -- default true
|
||||
|
||||
--Marking the last contact for any mission.
|
||||
--If a unit is killed the location will be permanently marked on the map until the mission is complete.
|
||||
--The location will continously update for the last killed unit.
|
||||
markLastContact = false, -- default false
|
||||
|
||||
--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.
|
||||
--[[
|
||||
|
||||
Reference in New Issue
Block a user