BonerDragon Necklaces Keep Being Made Automatically

Des80

Member
This will probably be just as simple as my last question but I've looked everywhere and can't see where it is. I am wanting to use the hemp strings for something else and it just automatically makes the bonerdragon necklace. Also a friend of mind is having trouble with Cold one being cast every round and he says it shouldn't be doing that so was wondering what could be causing that as well ?
 

lostcalpolydude

Developer
Staff member
This will probably be just as simple as my last question but I've looked everywhere and can't see where it is. I am wanting to use the hemp strings for something else and it just automatically makes the bonerdragon necklace.
Code:
set autoCraft = false
to disable that, and set it back to true when you're done.

Also a friend of mind is having trouble with Cold one being cast every round and he says it shouldn't be doing that so was wondering what could be causing that as well ?
That shouldn't be a problem in newer mafia versions, but
Code:
set _coldOne = true
will solve that for the moment.
 
Top