Commit ae900478 authored by yxli's avatar yxli

Fix sacred boundary and spirit hunter

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