Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -27,7 +27,7 @@ else if (roll = 10)
|
||||
modifier = -5
|
||||
}
|
||||
|
||||
message = `Résultat de ${roll}, gagnez ${item.name}, ${modifier} en Force`
|
||||
message = `${roll} Rolled, gain ${item.name}, ${modifier} Strength`
|
||||
dice.toMessage(this.script.getChatData())
|
||||
|
||||
let changes = foundry.utils.duplicate(this.effect.changes)
|
||||
@@ -37,4 +37,4 @@ this.effect.updateSource({changes})
|
||||
|
||||
await this.actor.createEmbeddedDocuments("Item", [item.toObject()], {fromEffect : this.effect.id})
|
||||
|
||||
this.script.scriptNotification(message)
|
||||
this.script.notification(message)
|
||||
Reference in New Issue
Block a user