’>’ not supported between instances of ’NoneType’ and ’int’ #100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There seems to be an issue with the
moodparameter being set to 0. My game crashed just after an "anything story" was created, where I specified "0" as the mood when asked to set it between -5 and 5.Thanks, I'll see if I can reproduce it
Must be something pythonic along the way where 0 is handled as None. Fixed on the receiving end.