mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
parent
376b846146
commit
bc74a25a06
@ -79,7 +79,7 @@ const AutomatorCommands = ((() => {
|
||||
const fixedMode = ctx.PrestigeEvent[0].tokenType.$autobuyerCurrencyMode;
|
||||
const autobuyer = ctx.PrestigeEvent[0].tokenType.$autobuyer;
|
||||
return () => {
|
||||
autobuyer.isOn = on;
|
||||
autobuyer.isActive = on;
|
||||
if (duration !== undefined) {
|
||||
autobuyer.mode = durationMode;
|
||||
autobuyer.limit = new Decimal(1e-3 * duration);
|
||||
@ -570,4 +570,4 @@ const AutomatorCommands = ((() => {
|
||||
compile: (ctx, C) => compileConditionLoop(C.visit(ctx.comparison), C.visit(ctx.block)),
|
||||
},
|
||||
];
|
||||
})());
|
||||
})());
|
||||
|
Loading…
Reference in New Issue
Block a user