Commit d631b234 authored by salix5's avatar salix5

Merge pull request #1360 from nekrozar/patch-1

fix Superheavy Samurai Soulbeads
parents 15267658 822c47a6
...@@ -18,7 +18,6 @@ function c27756115.initial_effect(c) ...@@ -18,7 +18,6 @@ function c27756115.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetRange(LOCATION_HAND) e2:SetRange(LOCATION_HAND)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetCountLimit(1,27756115)
e2:SetCost(c27756115.spcost) e2:SetCost(c27756115.spcost)
e2:SetTarget(c27756115.sptg) e2:SetTarget(c27756115.sptg)
e2:SetOperation(c27756115.spop) e2:SetOperation(c27756115.spop)
......
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