Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
065386963f669fd6764066f902d918f8 |
| User & Date: | 顽雨沉风 on 2024-07-26 00:21:46.653 |
| Other Links: | manifest | tags |
Context
|
2024-07-26
| ||
| 00:23 | 0 check-in: d44c9db3f6 user: 顽雨沉风 tags: trunk | |
| 00:21 | 0 check-in: 065386963f user: 顽雨沉风 tags: trunk | |
| 00:19 | 0 check-in: 6f3b0c54ba user: 顽雨沉风 tags: trunk | |
Changes
Modified expansions/script/c896311393.lua
from [e0c1dff51c]
to [34c3439631].
| ︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + |
c:RegisterEffect(e3)
end
function c896311393.cfilter(c,tp)
return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsSetCard(0xc6)
and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousControler(tp)
end
function c896311393.spcon1(e,tp,eg,ep,ev,re,r,rp)
|
| ︙ |