diff --git a/scripts/npc/2090103.js b/scripts/npc/2090103.js index 6182892ba7..46b0cbb0f8 100644 --- a/scripts/npc/2090103.js +++ b/scripts/npc/2090103.js @@ -138,7 +138,7 @@ function action(mode, type, selection) { cm.sendOk("I'm sorry, but I don't think you have our cosmetic lens coupon with you right now. Without the coupon, I'm afraid I can't do it 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); diff --git a/scripts/npc/2100008.js b/scripts/npc/2100008.js index 3f7dc3337e..5f68b5c40b 100644 --- a/scripts/npc/2100008.js +++ b/scripts/npc/2100008.js @@ -125,7 +125,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); diff --git a/scripts/npc/9120102.js b/scripts/npc/9120102.js index 453ee00f49..1c9fc2e7b9 100644 --- a/scripts/npc/9120102.js +++ b/scripts/npc/9120102.js @@ -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); diff --git a/scripts/npc/9200100.js b/scripts/npc/9200100.js index 9c36972468..d4297bd9f3 100644 --- a/scripts/npc/9200100.js +++ b/scripts/npc/9200100.js @@ -130,7 +130,7 @@ function action(mode, type, selection) { cm.sendOk("I'm sorry, but I don't think you have our cosmetic lens coupon with you right now. Without the coupon, I'm afraid I can't do it 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); diff --git a/scripts/npc/9200102.js b/scripts/npc/9200102.js index 22466a2baf..8d9d4fe55e 100644 --- a/scripts/npc/9200102.js +++ b/scripts/npc/9200102.js @@ -131,7 +131,7 @@ function action(mode, type, selection) { cm.dispose(); } } 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); diff --git a/scripts/npc/9201017.js b/scripts/npc/9201017.js index 42a7b387bf..2854aa417a 100644 --- a/scripts/npc/9201017.js +++ b/scripts/npc/9201017.js @@ -129,7 +129,7 @@ function action(mode, type, selection) { cm.dispose(); } } 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); diff --git a/scripts/npc/9201062.js b/scripts/npc/9201062.js index 436eb4120c..2d709724d2 100644 --- a/scripts/npc/9201062.js +++ b/scripts/npc/9201062.js @@ -107,7 +107,7 @@ function action(mode, type, selection) { cm.sendOk("I'm sorry, but I don't think you have our cosmetic lens coupon with you right now. Without the coupon, I'm afraid I can't do it 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); diff --git a/scripts/npc/9270026.js b/scripts/npc/9270026.js index 04adaba6e5..f5a0be1fc0 100644 --- a/scripts/npc/9270026.js +++ b/scripts/npc/9270026.js @@ -106,7 +106,7 @@ function action(mode, type, selection) { cm.sendOk("I'm sorry, but I don't think you have our cosmetic lens coupon with you right now. Without the coupon, I'm afraid I can't do it 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);