We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c197177 commit 78e3d83Copy full SHA for 78e3d83
packages/kitten-scientists/source/ui/ResetTimeSettingsUi.ts
@@ -39,7 +39,11 @@ export class ResetTimeSettingsUi extends IconSettingsPanel<ResetTimeSettings> {
39
),
40
this._getResetOption(
41
this.setting.buildings.ressourceRetrieval,
42
- this._host.engine.i18n("$time.cfu.ressourceRetrieval.label"),
+ this._host.engine.i18n("$time.cfu.ressourceRetrieval.label")
43
+ ),
44
+ this._getResetOption(
45
+ this.setting.buildings.temporalPress,
46
+ this._host.engine.i18n("$time.cfu.temporalPress.label"),
47
true
48
49
0 commit comments