3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
if (args.actor.details.move.value > 1) {
|
|
args.actor.details.move.value -= 1
|
|
} |