You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrong message when item used with wrong object. E.g. in cave:
> use tv with door
You need a key. {'name': 'door'}
Looks like we are handing over an argument to the format string that is not interpreted by the format string. Can we check for this kind of error in general as it would be tedious/non-practical to test all combinations of stuff you are not supposed to do
The text was updated successfully, but these errors were encountered:
Wrong message when item used with wrong object. E.g. in cave:
Looks like we are handing over an argument to the format string that is not interpreted by the format string. Can we check for this kind of error in general as it would be tedious/non-practical to test all combinations of stuff you are not supposed to do
The text was updated successfully, but these errors were encountered: