Sync to v7.2.0
This commit is contained in:
7
scripts/IrkWq7IiFS65bTvC.js
Normal file
7
scripts/IrkWq7IiFS65bTvC.js
Normal file
@ -0,0 +1,7 @@
|
||||
if (this.actor.flags.holed.half !== true) return;
|
||||
if (this.actor.flags.holed.reminded === true) return;
|
||||
|
||||
const speaker = ChatMessage.getSpeaker({actor: this.actor});
|
||||
this.script.scriptMessage(`<p><b>${speaker.alias}</b> tombe lourdements dans l'eau. A moins que la cargaison soit étanche, elle perd [[d10]]% de sa valeur.</p>`);
|
||||
|
||||
this.actor.flags.holed.reminded = true;
|
Reference in New Issue
Block a user