We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a212bd + 8a627e6 commit 4d72d1bCopy full SHA for 4d72d1b
src/heliofusion-exoticizer-controller.lua
@@ -264,6 +264,9 @@ function heliofusionExoticizerController:new(
264
end
265
266
self.stateMachine.states.requestFakePattern = self.stateMachine:createState("Request Fake Pattern")
267
+ self.stateMachine.states.requestFakePattern.init = function()
268
+ self.stateMachine.data.craftFailCount = 0
269
+ end
270
self.stateMachine.states.requestFakePattern.update = function()
271
if self:getFreeCpusCount() >= 1 then
272
if self:requestFakeRecipe() == true or self:hasFakeRecipe() == true then
0 commit comments