Renamed CTLD plugin settings to Retribution

Renamed CTLD plugin settings to Retribution, as well as some other miscellaneous files too.
This commit is contained in:
MetalStormGhost
2024-05-05 11:43:33 +03:00
committed by Raffson
parent 79d79645b0
commit e34a8c7875
10 changed files with 14 additions and 14 deletions

View File

@@ -363,7 +363,7 @@ class Debriefing:
seen = set()
captures = []
for capture in reversed(self.state_data.base_capture_events):
# The ID string in the JSON file will be the UUID generated from liberation
# The ID string in the JSON file will be the UUID generated from retribution
cp_id, new_owner_id_str, _name = capture.split("||")
# Only the most recent capture event matters.

View File

@@ -1,4 +1,4 @@
"""Maps generated units back to their Liberation types."""
"""Maps generated units back to their Retribution types."""
from __future__ import annotations
import itertools

View File

@@ -30,7 +30,7 @@ def _build_version_string() -> str:
return "-".join(components)
#: Current version of Liberation.
#: Current version of Retribution.
VERSION = _build_version_string()
#: The latest version of the campaign format. Increment this version whenever all