Commit ae900478 authored by yxli's avatar yxli

Fix sacred boundary and spirit hunter

parent 05e76a44
No preview for this file type
101208081 #created by ygomobile
101208082 101208181
101208083 101208182
101208084 101208183
101208085 101208184
101208086 101208185
101208087 101208186
101208088 101208187
101208089 101208188
101208090 101208189
101208091 101208190
101208092 101208191
101208093 101208192
101208094 101208193
101208095 101208194
101208096 101208195
101301007 101208196
101301008 101301207
101301009 101301208
101301010 101301209
101301011 101301210
101301012 101301211
101301013 101301212
101301014 101301213
101301015 101301214
101301016 101301215
101301017 101301216
101301018 101301217
101301019 101301218
101301020 101301219
101301021 101301220
101301022 101301221
101301023 101301222
101301024 101301223
101301025 101301224
101301026 101301225
101301027 101301226
101301028 101301227
101301029 101301228
101301030 101301229
101301031 101301230
101301032 101301231
101301033 101301232
101301034 101301233
101301035 101301234
101301036 101301235
101301037 101301236
101301038 101301237
101301039 101301238
101301040 101301239
101301041 101301240
101301042 101301241
101301043 101301242
101301044 101301243
101301045 101301244
101301046 101301245
101301047 101301246
101301048 101301247
101301049 101301248
101301050 101301249
101301051 101301250
101301052 101301251
101301053 101301252
101301054 101301253
101301055 101301254
101301056 101301255
101301057 101301256
101301058 101301257
101301059 101301258
101301060 101301259
101301061 101301260
101301062 101301261
101301063 101301262
101301064 101301263
101301065 101301264
101301066 101301265
101301067 101301266
101301068 101301267
101301069 101301268
101301070 101301269
101301071 101301270
101301072 101301271
101301073 101301272
101301074 101301273
101301075 101301274
101301076 101301275
101301077 101301276
101301078 101301277
101301079 101301278
101301080 101301279
\ No newline at end of file 101301280
\ No newline at end of file
...@@ -47,9 +47,9 @@ function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -47,9 +47,9 @@ function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function s.tdop(e,tp,eg,ep,ev,re,r,rp) function s.tdop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(aux.NecroValleyFilter(Card.IsRelateToEffect),nil,e) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(aux.NecroValleyFilter(Card.IsRelateToEffect),nil,e)
if g:GetCount()>0 and Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)~=0 then if g:GetCount()>0 and Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_EFFECT) then
local og=Duel.GetOperatedGroup() local og=Duel.GetOperatedGroup()
if og:IsLocation(LOCATION_DECK+LOCATION_EXTRA) if og:IsExists(Cards.IsLocation,1,nil,LOCATION_DECK+LOCATION_EXTRA)
and Duel.CheckReleaseGroupEx(1-tp,nil,1,REASON_RULE,false,nil) then and Duel.CheckReleaseGroupEx(1-tp,nil,1,REASON_RULE,false,nil) then
local sg=Duel.SelectReleaseGroupEx(1-tp,nil,1,1,REASON_RULE,false,nil) local sg=Duel.SelectReleaseGroupEx(1-tp,nil,1,1,REASON_RULE,false,nil)
if sg:GetCount()>0 then if sg:GetCount()>0 then
......
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