forked from public/foundryvtt-wh4-lang-fr-fr
Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
7
scripts/Cri5Q7ux6ni7zNVS.js
Normal file
7
scripts/Cri5Q7ux6ni7zNVS.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Cannot be Surprised in combat.
|
||||
|
||||
if (this.actor.hasCondition("surprised"))
|
||||
{
|
||||
this.actor.removeCondition("surprised")
|
||||
ui.notifications.notify(`<strong>${this.effect.name}</strong>: Cannot be surprised`);
|
||||
}
|
||||
Reference in New Issue
Block a user