Jak and Daxter: close Power Cell loophole in trades test #5493
This commit is contained in:
committed by
GitHub
parent
c30a5b206e
commit
580370c3a0
@@ -6,7 +6,8 @@ class TradesCostNothingTest(JakAndDaxterTestBase):
|
|||||||
"enable_orbsanity": 2,
|
"enable_orbsanity": 2,
|
||||||
"global_orbsanity_bundle_size": 10,
|
"global_orbsanity_bundle_size": 10,
|
||||||
"citizen_orb_trade_amount": 0,
|
"citizen_orb_trade_amount": 0,
|
||||||
"oracle_orb_trade_amount": 0
|
"oracle_orb_trade_amount": 0,
|
||||||
|
"start_inventory": {"Power Cell": 100},
|
||||||
}
|
}
|
||||||
|
|
||||||
def test_orb_items_are_filler(self):
|
def test_orb_items_are_filler(self):
|
||||||
@@ -24,7 +25,8 @@ class TradesCostEverythingTest(JakAndDaxterTestBase):
|
|||||||
"enable_orbsanity": 2,
|
"enable_orbsanity": 2,
|
||||||
"global_orbsanity_bundle_size": 10,
|
"global_orbsanity_bundle_size": 10,
|
||||||
"citizen_orb_trade_amount": 120,
|
"citizen_orb_trade_amount": 120,
|
||||||
"oracle_orb_trade_amount": 150
|
"oracle_orb_trade_amount": 150,
|
||||||
|
"start_inventory": {"Power Cell": 100},
|
||||||
}
|
}
|
||||||
|
|
||||||
def test_orb_items_are_progression(self):
|
def test_orb_items_are_progression(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user