Bronya-Rand / DDLCModTemplate2.0

A new template for producing DDLC mods that adhere to Team Salvato's guidelines based off DDLC itself.
58 stars 18 forks source link

replace all obsolete appeal variable (Py3) #78

Closed JimenezLi closed 7 months ago

JimenezLi commented 7 months ago

This PR is a continuation of #68. The better poemgame replaces *_appeal variables with chibi_*.appeal, but the *_appeal variables are also used in other scripts.

I replace all *_appeal variables with chibi_*.appeal. Otherwise, the game raises an exception like NameError: 's_appeal' is not defined.

I am not sure if I should modify Original Script Files. If they shouldn't be modified, I shall revert those changes. Also I plan to make another PR for python-2 branch.