Difference between revisions of "Stat bonus tomorrow"

From Kolmafia
Jump to navigation Jump to search
imported>ZammyWarrior
imported>ZammyWarrior
Line 4: Line 4:
 
   abort("Stat day tomorrow!!");
 
   abort("Stat day tomorrow!!");
 
}
 
}
 +
<pre>
 
[[Category:Your Character | Stat bonus tomorrow()]]
 
[[Category:Your Character | Stat bonus tomorrow()]]
 
[[Category:Ash Functions |Stat bonus tomorrow()]]
 
[[Category:Ash Functions |Stat bonus tomorrow()]]

Revision as of 00:02, 17 November 2007

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

}