Magus_Prime
Well-known member
I had to add the new challenge path to boolean cookiecheck() around line 83.
And to the stop the familiar switcher, around line 544:
Code:
boolean cookiecheck() {
if (my_fullness() >= fullness_limit() || !can_eat() || my_class() == $class[Zombie Master] || my_class() == $class[Avatar of Jarlsberg]) return true;
matcher cooks = create_matcher("(timely|always|true|never|false) ?([1-3]?)",vars["auto_semirare"]);
And to the stop the familiar switcher, around line 544:
Code:
boolean fam_check() {
// Boris Handling
if (my_class() == $class[Avatar of Boris]) return true;
// Jarlsberg Handling
if (my_class() == $class[Avatar of Jarlsberg]) return true;
Last edited: