Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -4,12 +4,12 @@ roll.toMessage(this.script.getChatData());
|
||||
if (fatigued > this.actor.characteristics.wp.bonus)
|
||||
{
|
||||
this.actor.addCondition("unconscious")
|
||||
this.script.scriptNotification(`Tombe Incoscient`)
|
||||
this.script.notification(`Tombe inconscient" `)
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
fatigued = Math.max(0, fatigued)
|
||||
if (fatigued)
|
||||
this.actor.addCondition("fatigued", fatigued)
|
||||
this.script.scriptNotification(`Subit ${fatigued} état Fatigué`)
|
||||
this.script.notification(`Reçoit ${fatigued} états Extenué`)
|
||||
}
|
||||
Reference in New Issue
Block a user