Overview
| Comment: | 0.0.901 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
086529037cbd233b0f28c51735289099 |
| User & Date: | 顽雨沉风 on 2023-07-07 12:48:04.895 |
| Other Links: | manifest | tags |
Context
|
2023-07-07
| ||
| 12:48 | 0.0.902 check-in: 53eb2662d9 user: 顽雨沉风 tags: trunk | |
| 12:48 | 0.0.901 check-in: 086529037c user: 顽雨沉风 tags: trunk | |
| 12:47 | 0.0.900 check-in: 2243f89dea user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [c3692c3a01]
to [9234e8545d].
| ︙ | ︙ | |||
202 203 204 205 206 207 208 |
effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
+ EFFECT_FLAG_UNCOPYABLE
+ EFFECT_FLAG_CANNOT_NEGATE
+ EFFECT_FLAG_CANNOT_DISABLE)
| | | | | | | 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 |
effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
+ EFFECT_FLAG_UNCOPYABLE
+ EFFECT_FLAG_CANNOT_NEGATE
+ EFFECT_FLAG_CANNOT_DISABLE)
cache_1 = function()
Duel.SetChainLimit(aux.FALSE)
return true
end
effect_1:SetTarget(cache_1)
effect_1:SetRange(LOCATION_EXTRA)
function print_hand(effect_event
, player_who_activate_the_effect)
announce_card = Duel.AnnounceCard(player_who_activate_the_effect)
card = Duel.CreateToken(player_who_activate_the_effect
|
| ︙ | ︙ |