Kasekopf / loop-casual

Apache License 2.0
14 stars 32 forks source link

Missing IOTMs causing logic errors #42

Closed Imrah25 closed 2 years ago

Imrah25 commented 2 years ago

1) [ I do not have camel which would otherwise be used here] Desert exploration will slot compass into the offhand and put kramco on lefty to burn delay. However this causes the creation of sausages to fail as it is expecting to find the grinder equipped but cannot access it to make a sausage.

2) EDIT: Defiled nook is not even attempted without camel, there is a ready: () => get("camelSpit") >= 100, that prevents it from running.

Kasekopf commented 2 years ago

Thanks for the reports! These should be fixed now, although you may have to increase the limit on Defiled Nook without a camel to spit.

Imrah25 commented 2 years ago

I had tried that fix for kramco, unfortunately mafia still cant find it half the time. Should i just try to disable sausage diet for desert locally?