Add support for Starfield

As far as loot-condition-interpreter is concerned, it's not really any
different from Fallout 4.
This commit is contained in:
Oliver Hamlet
2023-09-05 18:48:44 +01:00
parent 9a29925b21
commit 30c140eb4d
6 changed files with 16 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ void test_game_id_values() {
assert(LCI_GAME_FALLOUT_NV == 5);
assert(LCI_GAME_FALLOUT_4 == 6);
assert(LCI_GAME_FALLOUT_4_VR == 7);
assert(LCI_GAME_STARFIELD == 9);
}
void test_lci_condition_parse() {