Skip to content

Blind methods

Oinite edited this page Jun 15, 2026 · 2 revisions

Note

This page is a work-in-progress and is subject to changes!

The following methods can be defined in SMODS.Blind instances:

  • before_play(self) -> nil - An effect that occurs before evaluating a hand's score.
  • after_play(self) -> nil - An effect that occurs after evaluating a hand's score.
  • ante_base_mod(self, dt) -> number - todo figure this out
  • round_base_mod(self, dt) -> number - todo figure this out
  • modify_score(self, score) -> number - todo figure this out
  • cap_score(self, score) -> number - todo figure this out

Clone this wiki locally