- May 13, 2018
- 66
- 142
A minor correction.
1st option of the 1st choice in the game. I checked 'cause the numbers seemed illogical.
Game code (script.rpy):
Mod code (script.rpy)
Daisy and Sand values seem to be swapped
1st option of the 1st choice in the game. I checked 'cause the numbers seemed illogical.
Game code (script.rpy):
Python:
"Let Asha finish":
$adj('dom',-1)
$adj("daisy",-1)
$adj("sand",1)
Python:
modCore.addInfoAboutVariables ({
"script" : {
179 : {
"Let Asha finish" : { "[mc]" : { _("Domination") : -1 }, "[ModCharacterSand]" : { _("Respect") : -1 }, "[da]" : { _("Devotion") : +1 }, },