Setup thai

This commit is contained in:
Ittipat Lusuk 2025-08-06 16:16:26 +07:00
parent 99b6232436
commit 8b3d74630b
4 changed files with 25 additions and 2 deletions

View file

@ -179,6 +179,8 @@ function getSlotFunctionByIndex(index) {
return (price) => price - 5;
case 8:
return (price) => "HIDE";
case 9:
return (price) => price * 0.60;
default:
return (price) => price;
}