Skip to content

Commit

Permalink
fix ギガンティック“チャンピオン”サルガス
Browse files Browse the repository at this point in the history
part of #1988
  • Loading branch information
mercury233 authored Nov 10, 2022
1 parent a901364 commit f77b36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c11132674.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function c11132674.srop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c11132674.descon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(Card.IsLocation,1,nil,LOCATION_ONFIELD+LOCATION_OVERLAY)
return eg:IsExists(Card.IsLocation,1,nil,LOCATION_MZONE)
end
function c11132674.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() end
Expand Down

0 comments on commit f77b36c

Please sign in to comment.