Add profile slot 17
- price times 4 Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
9df9d1b75f
commit
45b2470fb4
2 changed files with 19 additions and 12 deletions
|
|
@ -181,6 +181,8 @@ function getSlotFunctionByIndex(index) {
|
|||
return (price) => "HIDE";
|
||||
case 9:
|
||||
return (price) => price * 0.60;
|
||||
case 17:
|
||||
return (price) => price * 4.0;
|
||||
default:
|
||||
return (price) => price;
|
||||
}
|
||||
|
|
@ -200,6 +202,7 @@ const ProfilePrice = {
|
|||
changelogs: [
|
||||
"2/4/25 initialized version 2, fix timeout on trigger",
|
||||
"8/4/25 initialized version 3, express server",
|
||||
"17/11/25 add slot 17 price times 4"
|
||||
],
|
||||
maximum_slots: MAXIMUM_SLOTS,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue