2024-05-16 17:57:51 +02:00
|
|
|
if (args.opposedTest.attackerTest.options.ballockKnife)
|
|
|
|
{
|
|
|
|
args.weaponProperties.impale = true;
|
2024-05-17 12:46:44 +02:00
|
|
|
args.extraMessages.push(`<strong>${this.item.name}</strong>: Ajout de Empalement`)
|
2024-05-16 17:57:51 +02:00
|
|
|
}
|