Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
let stunned = this.actor.hasCondition("stunned")
|
||||
if (stunned)
|
||||
{
|
||||
this.script.scriptNotification(`Suppression de 1 état Assomé`)
|
||||
this.script.notification(`Suppression d'1 état 1 Sonné`)
|
||||
this.actor.removeCondition("stunned");
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
this.script.scriptNotification(`Aucun état Assomé`)
|
||||
this.script.notification(`Aucune état Sonné à supprimer`)
|
||||
}
|
||||
Reference in New Issue
Block a user