Griatch

Results 348 comments of Griatch

In principle, the EvTable's output could implement something like the solution @chiizujin has here, just swapping to it when in screenreader mode. Kinda cumbersome to add that across all commands...

@chiizujin To follow up on the comments, yes, I agree that that `s[:1].upper() + s[1:]` is the better way to do it for that combination. I do think that there...

Sounds like a ok starting level for implementing spells. I take it all "ranged' things like arcane bolt is going to stay in-room?

Somehow I missed this discussion until now! 😲 - Yes, I think it sounds like a good idea to homogenize the MSSP and EGI information blocs so that they can...

Ping, not much left to do on this one :)

@InspectorCaracal Ping :)

@InspectorCaracal This works as expected, and the documentation does lay it out explicitly - "make sure the menu's commands don't collide with the other commands in an unexpected way". I...

The prototype loader probably looks for a dict, because that's what a Prototype is meant to be. It's not really a bug that it doesn't load a prototype that is...