Skip to content

Commit

Permalink
Sir Mortimer. Pls don't.
Browse files Browse the repository at this point in the history
Fixes the syntax, which caused a clusterfuck.
  • Loading branch information
UsernamesAreAlwaysTaken committed Jun 8, 2019
1 parent 085eae6 commit dfa3738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
// add marker to all deployed* experiments
@EXPERIMENT_DEFINITION:HAS[#id[deployed*]]:NEEDS[SquadExpansion/Serenity,FeatureScience]:FOR[zzzKerbalism] { excludePatch = true }
// patch all experiments without marker
@EXPERIMENT_DEFINITION:HAS[!#excludePatch]:NEEDS[FeatureScience]:FOR[zzzKerbalism] { @scienceCap = #$baseValue$ }
@EXPERIMENT_DEFINITION:HAS[~excludePatch]:NEEDS[FeatureScience]:FOR[zzzKerbalism] { @scienceCap = #$baseValue$ }
// remove marker
@EXPERIMENT_DEFINITION:HAS[#excludePatch]:NEEDS[SquadExpansion/Serenity,FeatureScience]:FOR[zzzKerbalism] { !excludePatch = true }

Expand Down

0 comments on commit dfa3738

Please sign in to comment.