-
Notifications
You must be signed in to change notification settings - Fork 54
Description
I'm getting the follwoing error trying to light a campfire (tried it with multiple combinations):
function: complete -- file: ISLightFromLiterature.lua line # 70 | MOD: More Traits.
[15-02-25 03:33:03.127] ERROR: General f:3000834, t:1739608383127> ExceptionLogger.logException> Exception thrown
java.lang.RuntimeException: __mul not defined for operands in complete at KahluaUtil.fail(KahluaUtil.java:82).
The error is on line 70 of ISLightFromLiterature.lua. self.fuelAmt is nil when the assignment of the local fuelAmt is attempted. I added a simple "if self fuel amount is nil then set it to zero" before the assignment, and fires started lighting again.
I would do a pull but but I am so goddamn sleep deprived I'ms can't remember how git works.
Thank you for the wonderful mod!