2 lines
138 B
JavaScript
Raw Normal View History

2024-06-06 21:09:27 +02:00
args.actor.system.details.move.value += 1;
args.actor.system.status.carries.max = Math.floor(args.actor.system.status.carries.max * 0.75);