You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replay: be material.zip
(To test this, we need to disable the r==REASON_FUSION check in the script of Tamtam the Melodious Diva(c79757784.damcon))
Steps to reproduce:
Fusion summon a monster (trigger EVENT_BE_MATERIAL of the material monsters), send it to grave, special summon it to field again, EVENT_BE_MATERIAL will be triggered again with matreason=0 .
Most EVENT_BE_MATERIAL effect will check the reason so it wasn't a bug unless we mistake the check.
Replay: be material.zip
(To test this, we need to disable the
r==REASON_FUSION
check in the script of Tamtam the Melodious Diva(c79757784.damcon))Steps to reproduce:
Fusion summon a monster (trigger
EVENT_BE_MATERIAL
of the material monsters), send it to grave, special summon it to field again,EVENT_BE_MATERIAL
will be triggered again withmatreason
=0 .Most
EVENT_BE_MATERIAL
effect will check the reason so it wasn't a bug unless we mistake the check.https://github.com/Fluorohydride/ygopro-core/blob/02254c8ce092e671d49a75e9d84554da83711e27/operations.cpp#L3377
I think we should reset
material_cards
and summon type somewhere.The text was updated successfully, but these errors were encountered: