Skip to content

Commit 2755370

Browse files
authored
Update c511000595.lua
1 parent 25d4353 commit 2755370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unofficial/c511000595.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function s.initial_effect(c)
4444
e5:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
4545
e5:SetCode(EVENT_BATTLE_DESTROYING)
4646
e5:SetCondition(s.batdesdamcon)
47-
e5:SetTarget(s.batdestg)
48-
e5:SetOperation(s.batdesop)
47+
e5:SetTarget(s.batdesdamtg)
48+
e5:SetOperation(s.batdesdamop)
4949
c:RegisterEffect(e5)
5050
--When this card is destroyed by an opponent's card effect: Inflict 1000 damage to your opponent.
5151
local e6=Effect.CreateEffect(c)

0 commit comments

Comments
 (0)