Skip to content

Commit b1335d9

Browse files
committed
"Apex Polymerization" update
Updated the message shown to the players when they are prompted to target a monster on the field
1 parent 2bc1677 commit b1335d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c101304069.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
3030
if chkc then return chkc:IsLocation(LOCATION_MZONE) and s.filter(chkc,e,tp) end
3131
if chk==0 then return Duel.IsExistingTarget(s.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,e,tp) end
32-
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
32+
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
3333
Duel.SelectTarget(tp,s.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,e,tp)
3434
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
3535
Duel.SetPossibleOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_MZONE)

0 commit comments

Comments
 (0)