4 lines
69 B
JavaScript
Raw Normal View History

if (args.item.type == "armour")
{
args.item.system.AP.head = 0;
}