mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes real shinies being considered fake when fused as the head of a fusion
This commit is contained in:
@@ -756,6 +756,9 @@ class PokemonFusionScene
|
||||
removeItem = false
|
||||
if @pokemon2.isShiny? || @pokemon1.isShiny?
|
||||
@pokemon1.makeShiny
|
||||
if !(@pokemon1.debug_shiny ||@pokemon2.debug_shiny)
|
||||
@pokemon1.natural_shiny = true if @pokemon2.natural_shiny
|
||||
end
|
||||
end
|
||||
|
||||
#make it untraded, pour qu'on puisse le unfused après, même si un des 2 était traded
|
||||
|
||||
Reference in New Issue
Block a user