diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-16 20:13:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-16 20:13:32 -0300 |
commit | 7a127149441b3642c61d562053df38f88b1f4ae4 (patch) | |
tree | dadc297f626af0b763bdb4249025b0554ba0112e /npc/025-1/ihclot.txt | |
parent | bf1549345d1a66a2e8d782af344906f29f97edb1 (diff) | |
download | serverdata-7a127149441b3642c61d562053df38f88b1f4ae4.tar.gz serverdata-7a127149441b3642c61d562053df38f88b1f4ae4.tar.bz2 serverdata-7a127149441b3642c61d562053df38f88b1f4ae4.tar.xz serverdata-7a127149441b3642c61d562053df38f88b1f4ae4.zip |
Sanitize Ihclot (all prices 85.7% OFF)
Diffstat (limited to 'npc/025-1/ihclot.txt')
-rw-r--r-- | npc/025-1/ihclot.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index d9feb244a..490b4c1f5 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -68,6 +68,7 @@ // Calculate price .@price=.@lv**3; // Cubic function to determine price. + .@price=max(1, .@price/7); mesn; mesq l("Please select the level I should use."); menuint |