4 lines
109 B
JavaScript
Raw Normal View History

if (args.item.type == "spell")
{
args.item.system.cn.value = Math.floor(args.item.system.cn.value / 2);
}