Tweak "Help a fellow traitor" objective to allow yellowtexting (#37679)
init
This commit is contained in:
@@ -53,6 +53,6 @@ public sealed class HelpProgressConditionSystem : EntitySystem
|
||||
|
||||
// require 50% completion for this one to be complete
|
||||
var completion = total / max;
|
||||
return completion >= 0.5f ? 1f : completion / 0.5f;
|
||||
return completion;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
objective-condition-other-traitor-progress-title = Ensure fellow traitor {$targetName}, {CAPITALIZE($job)} achieves at least half their objectives.
|
||||
objective-condition-other-traitor-progress-title = Ensure fellow traitor {$targetName}, {CAPITALIZE($job)} completes their objectives.
|
||||
|
||||
Reference in New Issue
Block a user