Commit ec0e0263 authored by Chunchi Che's avatar Chunchi Che

add comment

parent 3e0f2e8a
Pipeline #20935 passed with stages
in 18 minutes and 17 seconds
......@@ -329,6 +329,7 @@ export function updateCardData<T extends DuelFieldState>(
if (payload.defense !== undefined && payload.defense >= 0) {
occupant.data.def = payload.defense;
}
// TODO: counters
}
if (target?.reload) {
target.reload = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment