mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-21 05:00:43 +02:00
CLOSES #1478, CLOSES #1479, CLOSES #1488, CLOSES #1510, CLOSES #1511, CLOSES #1514, CLOSES #1521, CLOSES #1522, CLOSES #1545, CLOSES #1557, CLOSES #1563, CLOSES #1565, CLOSES #1566, CLOSES #1577, CLOSES #1594, CLOSES #1596, CLOSES #1606, CLOSES #1608
This commit is contained in:
@@ -36,5 +36,10 @@ T.eq(boostedText(function(mon, save)
|
||||
mon.traded = true
|
||||
mon.otId = save.player.id
|
||||
end), false, "and a mon traded back to its original trainer loses it (#1488)")
|
||||
T.eq(boostedText(function(mon)
|
||||
-- repairTradedOtIds leaves traded mons with otId nil (#1265, #1461)
|
||||
mon.traded = true
|
||||
mon.otId = nil
|
||||
end), true, "a traded mon with no stored OTID keeps the boost (#1488)")
|
||||
|
||||
T.finish("traded exp boost is an OTID comparison (#1488)")
|
||||
|
||||
Reference in New Issue
Block a user