Overview
| Comment: | 0.0.411 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
4c39c4e6714d165bd45393a5731feb93 |
| User & Date: | 顽雨沉风 on 2023-06-30 00:07:39.477 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 00:08 | 0.0.412 check-in: ecd55ae999 user: 顽雨沉风 tags: trunk | |
| 00:07 | 0.0.411 check-in: 4c39c4e671 user: 顽雨沉风 tags: trunk | |
| 00:06 | 0.0.410 check-in: 366ff96709 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [c91ae3755f]
to [029161ac82].
| ︙ | ︙ | |||
101 102 103 104 105 106 107 | Debug.ShowHint(tostring(bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK)) return bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK end local e1=Effect.GlobalEffect() e1:SetType(EFFECT_TYPE_FIELD) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | Debug.ShowHint(tostring(bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK)) return bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK end local e1=Effect.GlobalEffect() e1:SetType(EFFECT_TYPE_FIELD) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e1:SetTargetRange(1,1) e1:SetTarget(splimit) e1:SetReset(RESET_PHASE+PHASE_END) Duel.RegisterEffect(e1,tp) end |