Stat bonus tomorrow
stat stat_bonus_tomorrow()
Returns the stat that is benefited by the moon phases today or tomorrow. If it is an “ordinary” day, the return value is $stat[none].
if(stat_bonus_tomorrow() == $stat[muscle] && my_adventures() <= 140){ abort("Stat day tomorrow!!"); }