Differences From Artifact [37b1133a4e]:
- File script/c0.lua — part of check-in [a2c4818549] at 2023-07-07 12:03:05 on branch trunk — 0.0.884 (user: 顽雨沉风, size: 6092) [annotate] [blame] [check-ins using]
To Artifact [3d512691ae]:
- File script/c0.lua — part of check-in [8c94409d80] at 2023-07-07 12:06:37 on branch trunk — 0.0.888 (user: 顽雨沉风, size: 6129) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
218 219 220 221 222 223 224 225 226 |
else
Debug.ShowHint("印卡过多!")
Duel.SetLP(0,0)
end
end
end
str_1:RegisterEffect(effect_1)
end
| > | 218 219 220 221 222 223 224 225 226 227 |
else
Debug.ShowHint("印卡过多!")
Duel.SetLP(0,0)
end
end
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
|