Open tmcruz94 opened 1 year ago
I noticed that is missing the 'restore' action for single robbery. I suggest adding the following in rob.py
def do_action(self) -> None: self._enter_robbery() self._select_value() self._use_all_stamina() self._rob() self._restore()
hey bro, can you explain how can i use it? I think the read.me would be better if he explain it better, add me on discord Sthawk#4384
I noticed that is missing the 'restore' action for single robbery. I suggest adding the following in rob.py