Are you telling me you don’t like reading lines like:
if !is_expired: refresh()
It reads super well
This is a good idea. GSG always does a great job decorating the space rig for events but it would be nice if players could decorate their rigs in between events.
Yeah?
If a block of code needs a comment, then you can easily move that block into a function and summarise the comment into a name for that function. If you can not easily move a block of code into a function, then you may need to rethink your design.
This isn’t always true of course, but it’s a good mindset to have.