Fix one-time lens coupon for female

Last commit fixed Orbis, this one fixes:
Henesys, Showa, NLC, Mu Lung, Ludibrium, Singapore, Amoria, Ariant
This commit is contained in:
P0nk
2022-08-11 21:14:26 +02:00
parent ae7b832e00
commit 6ea4e3cfc1
8 changed files with 8 additions and 8 deletions

View File

@@ -144,7 +144,7 @@ function action(mode, type, selection) {
cm.sendOk("Hmm ... it looks like you don't have the coupon specifically for this place. Sorry to say this, but without the coupon, there's no plastic surgery for you...");
}
} else if (beauty == 3) {
var color = (colors[selection] / 100) % 100 | 0;
var color = (colors[selection] / 100) % 10 | 0;
if (cm.haveItem(5152100 + color)) {
cm.gainItem(5152100 + color, -1);