Stat bonus tomorrow

From Kolmafia
Revision as of 00:03, 17 November 2007 by imported>ZammyWarrior
Jump to navigation Jump to search

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!!");
}