mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-28 02:00:04 +00:00
Made Primal Evolution objects limit a condition
This commit is contained in:
@@ -13,7 +13,7 @@ eval(coffee.compile(require('fs').readFileSync(path, 'utf8'), bare: true))
|
||||
[ species, forme ] = @item.mega
|
||||
return false if @species != species || @forme != 'default'
|
||||
return false if @team.hasMegaEvolved and forme is "mega"
|
||||
return false if @team.hasPrimalEvolved and forme is "primal"
|
||||
#return false if @team.hasPrimalEvolved and forme is "primal"
|
||||
return true
|
||||
|
||||
oldBlockSwitch = @Pokemon::blockSwitch
|
||||
|
||||
Reference in New Issue
Block a user