Commit 8dd4e950 authored by GuGu's avatar GuGu

Update c25046.lua

parent 9978a813
Pipeline #39505 passed with stage
in 22 seconds
......@@ -52,7 +52,7 @@ function c25046.operation(e,tp,eg,ep,ev,re,r,rp)
local g=eg:Filter(c25046.tpfilter,nil,tp)
if g:GetCount()==0 then return end
local dice=Duel.TossDice(tp,1)
if dice>=1 or dice==4 then
if dice==1 or dice==4 then
Duel.Hint(HINT_CARD,0,25046)
Duel.Damage(1-tp,800,REASON_EFFECT)
local tc=g:GetFirst()
......
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