mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Scents now end Hyper Mode, Time Flute now purifies a Shadow Pokémon, Shadow Pokémon now regain 80% of the Exp they missed out on, non-Scent items can't be used on Shadow Pokémon in Hyper Mode
This commit is contained in:
@@ -131,6 +131,7 @@ module GameData
|
||||
def is_gem?; return has_flag?("TypeGem"); end
|
||||
def is_mulch?; return has_flag?("Mulch"); end
|
||||
def is_mega_stone?; return has_flag?("MegaStone"); end # Does NOT include Red Orb/Blue Orb
|
||||
def is_scent?; return has_flag?("Scent"); end
|
||||
|
||||
def is_important?
|
||||
return true if is_key_item? || is_HM? || is_TM?
|
||||
|
||||
Reference in New Issue
Block a user