(self)
| 276 | self.trigger = 0 |
| 277 | |
| 278 | def ask_insurance(self): |
| 279 | buy_insurance = ( |
| 280 | "(Insurance pay 2 to 1)\n" |
| 281 | "\tMy Face card is an Ace.\n" |
| 282 | "\tWould your like buy a insurance ?" |
| 283 | ) |
| 284 | self.speak(content=buy_insurance) |
| 285 | |
| 286 | def strategy_trigger(self, deck): |
| 287 | if self.is_point("<", BASE_VALUE): |