mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
Merge branch 'neut-gas' of https://github.com/emdeann/pokerogue into neut-gas
This commit is contained in:
commit
b323e6b97b
@ -1822,7 +1822,7 @@ const modifierPool: ModifierPool = {
|
||||
|
||||
if (!isHoldingOrb) {
|
||||
const moveset = p.getMoveset(true).filter(m => !isNullOrUndefined(m)).map(m => m.moveId);
|
||||
const canSetStatus = p.canSetStatus(StatusEffect.TOXIC, true, true, null, true);
|
||||
const canSetStatus = p.canSetStatus(StatusEffect.BURN, true, true, null, true);
|
||||
|
||||
// Moves that take advantage of obtaining the actual status effect
|
||||
const hasStatusMoves = [ Moves.FACADE, Moves.PSYCHO_SHIFT ]
|
||||
|
Loading…
Reference in New Issue
Block a user