[0.9.015] Mitch missing else

SeriousBlueJewel

Well-Known Member
Nov 5, 2018
1,677
867
Mitch.js
Code:
            if (mitch.sexed) output(textify`\n\n\nThe fox has a cute little pucker right between his heart shaped ass cheeks, right where it belongs`);
            output(textify`\n\n\nYou're pretty sure he has a pucker between those heart shaped asscheeks of his, like most other races do`);
Should be
Code:
            if (mitch.sexed) output(textify`\n\n\nThe fox has a cute little pucker right between his heart shaped ass cheeks, right where it belongs`);
            else output(textify`\n\n\nYou're pretty sure he has a pucker between those heart shaped asscheeks of his, like most other races do`);
Figured out a way to get into the code proper