Commit 9b82013e authored by Tachibana's avatar Tachibana

hole

parent eee17aac
......@@ -165,7 +165,7 @@ function c12300009.rsop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFieldCard(tp,LOCATION_FZONE,0)
if tc then Duel.SendtoGrave(tc,REASON_RULE) end
local tc=tg
if tc:GetCode()==12300009 and Duel.SelectYesNo(p,aux.Stringid(12300009,4)) then
if tc:IsCode(12300009) and Duel.SelectYesNo(tp,aux.Stringid(12300009,4)) then
Duel.MoveToField(tc,tp,tp,LOCATION_FZONE,POS_FACEUP,true)
Duel.RaiseEvent(tc,EFFECT_TYPE_ACTIVATE,e,REASON_EFFECT,tp,tp,0)
else Duel.MoveToField(tc,tp,tp,LOCATION_FZONE,POS_FACEDOWN,true)
......
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