2022-08-15 18:01:09 -07:00

6 lines
89 B
Plaintext

function c_resetbattlevar(target=id) {
with target {
attacks = 0;
attacked = 0;
}
}