summaryrefslogtreecommitdiff
path: root/patches/patches/010_if2.patch
blob: 3ce48c2e1d2830455bad57bd17a5e2ea5b42db18 (plain)
1
2
3
4
13c13
<     const price: u8 = if ???;
---
>     const price: u8 = if (discount) 17 else 20;