Ejemplo n.º 1
0
 public function tryMoon()
 {
     $prob = $this->getMoonProb();
     return Math::tryEvent($prob, 'Events::event_moon', $prob);
 }