Commit 3834ecaa authored by jwyxym's avatar jwyxym Committed by GitHub

Add files via upload

parent 8e979dc0
...@@ -3,7 +3,7 @@ local cm,m,o=GetID() ...@@ -3,7 +3,7 @@ local cm,m,o=GetID()
function cm.initial_effect(c) function cm.initial_effect(c)
VgD.Rule(c) VgD.Rule(c)
VgD.RideUp(c) VgD.RideUp(c)
VgD.CallToV(c) VgD.CallToR(c)
VgD.MonsterBattle(c) VgD.MonsterBattle(c)
VgD.MonsterTrigger(c,nil) VgD.CardTrigger(c,nil)
end end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment