forked from M-Labs/web2019
Fix pounder and eem pwr mode hp consumption
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
b53e191528
commit
bcdf005896
|
@ -1292,7 +1292,7 @@ const shop_data = {
|
||||||
"no_clk_source"
|
"no_clk_source"
|
||||||
],
|
],
|
||||||
consumes: {
|
consumes: {
|
||||||
hp: 4,
|
hp: 8,
|
||||||
eem: 1,
|
eem: 1,
|
||||||
clk: 1
|
clk: 1
|
||||||
}
|
}
|
||||||
|
@ -1318,7 +1318,7 @@ const shop_data = {
|
||||||
size: 'big',
|
size: 'big',
|
||||||
warnings: [],
|
warnings: [],
|
||||||
consumes: {
|
consumes: {
|
||||||
hp: 4,
|
hp: 8,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'kirdy': {
|
'kirdy': {
|
||||||
|
|
Loading…
Reference in New Issue