lordmauve / adventurelib

A minimal library for writing text adventure games in Python 3
https://adventurelib.readthedocs.io/
MIT License
153 stars 42 forks source link

Adds option to ignore signature enforcement in `@when`. #38

Closed flosincapite closed 3 years ago

flosincapite commented 3 years ago

This is useful when customizing/adding hooks to the @when decorator.

lordmauve commented 3 years ago

I don't want to accept this because it makes the API more complex for beginners in support of something advanced and obscure. What problem are you trying to solve? Please open a bug to discuss and I can try to find you a better solution.