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"
|
||||
],
|
||||
consumes: {
|
||||
hp: 4,
|
||||
hp: 8,
|
||||
eem: 1,
|
||||
clk: 1
|
||||
}
|
||||
|
@ -1318,7 +1318,7 @@ const shop_data = {
|
|||
size: 'big',
|
||||
warnings: [],
|
||||
consumes: {
|
||||
hp: 4,
|
||||
hp: 8,
|
||||
},
|
||||
},
|
||||
'kirdy': {
|
||||
|
|
Loading…
Reference in New Issue