Skip to content

Commit e548711

Browse files
committed
feedback update
1 parent 4910201 commit e548711

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

helpers.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,10 @@
16441644
"name": "h_MoreRTanksThanETanks",
16451645
"requires": [
16461646
{"or": [
1647-
{"disableEquipment": "ETank"},
1647+
{"and": [
1648+
{"disableEquipment": "ETank"},
1649+
{"resourceCapacity": [{"type": "ReserveEnergy", "count": 100}]}
1650+
]},
16481651
{"and": [
16491652
{"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 99}]},
16501653
{"resourceCapacity": [{"type": "ReserveEnergy", "count": 100}]}

0 commit comments

Comments
 (0)