Open CensoredUsername opened 9 months ago
Things that need to be ported back to legacy from dev:
isinstance(x, unicode)
not isinstance(x, renpy.ast.PyExpr)
I'll keep this issue open for when new discoveries show up.
Just backported mostly everything up to 2.0.2.
Things that need to be ported back to legacy from dev:
isinstance(x, unicode)
bynot isinstance(x, renpy.ast.PyExpr)
where possible