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:
2025-05-28 13:58:03 +02:00
committed by GitHub
co-authored by dutchie032 <dutchie032>
parent 90c8d113fd
commit d6178bcdd7
7 changed files with 66 additions and 15 deletions
+2
View File
@@ -41,6 +41,8 @@ SpearheadConfig = {
--Will draw the active and the next stage
drawStages = true, -- default true
drawPreActivated = true,
markLastContact = true,
--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.