Skip to content

Commit

Permalink
Update formatValueRulesTime.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
233dada authored Nov 14, 2023
1 parent 6ac182a commit 461f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regulation/formatValueRulesTime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default [
],
[
['EffectDurationx10'],
(v) => v / 100,
(v) => v / 10,
],
[
['TargetSwitchTicks', 'MirrorShieldTickPeriod', 'DispatchActivTicks', 'RelicLoadTicks', 'PeriodSpawnTicks'],
Expand Down

0 comments on commit 461f9af

Please sign in to comment.