mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed typo in Judgment's code
This commit is contained in:
@@ -777,7 +777,7 @@ class PokeBattle_Move_09F < PokeBattle_Move
|
||||
if user.itemActive?
|
||||
@itemTypes.each do |item, itemType|
|
||||
next if !isConst?(user.item,PBItems,item)
|
||||
t = hasConst?(PBTypes,itemType)
|
||||
t = getConst(PBTypes,itemType)
|
||||
ret = t || ret
|
||||
break
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user