3 lines
156 B
JavaScript
3 lines
156 B
JavaScript
|
if (args.actorsystem.details.move.sail.value > 0)
|
||
|
args.actor.system.details.move.sail.value = Math.floor(args.actor.system.details.move.sail.value * .5);
|