Adam Sechrest

Results 59 comments of Adam Sechrest

Looking into this. A 15 second glance seems like tendme got confused about dropping the lodged item(s) it tended. Fairly ugly issue. Item loss.

I believe this was resolved since the issue was originally opened. We used to take a snapshot of what was in the left and right hands, then dispose of items...

This has been addressed previously in `DRCM.get_money_from_bank` and the case statement for money withdrawal now pauses when we get this feedback: https://github.com/rpherbig/dr-scripts/blob/27fffc9580c5f99d1eb623e5ab5fe13ea496f84d/common-money.lic#L206 Closing as completed.

This is now ready for review. `;go2 goback` will return you to the room `;go2` last started in.

@MahtraDR Ticked the version. Added language to help. Thanks.

Implemented directly within go2. Closing.

Git blame indicates the teach and listen sections haven't been touched in 6-7 years, so I'm guessing this still happens.

That being said, after a cursory glance of the code I wonder about the order of these return statements: ```ruby def check_listening return unless @settings.listen return if listen?(@last_teacher, @settings.listen_observe) return...