mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Moved global/map metadata constants and schema into modules
This commit is contained in:
@@ -679,7 +679,7 @@ MultipleForms.register(:NECROZMA,{
|
||||
MultipleForms.register(:PIKACHU,{
|
||||
"getForm" => proc { |pkmn|
|
||||
next if pkmn.formSimple>=2
|
||||
mapPos = pbGetMetadata($game_map.map_id,MetadataMapPosition)
|
||||
mapPos = pbGetMetadata($game_map.map_id,MapMetadata::MAP_POSITION)
|
||||
next 1 if mapPos && mapPos[0]==1 # Tiall region
|
||||
next 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user