2024-05-16 17:57:51 +02:00
|
|
|
let location = await game.wfrp4e.tables.rollTable("hitloc", {hideDSN: true})
|
|
|
|
|
|
|
|
this.item.updateSource({name : `${this.item.name} (${location.description})`})
|
2024-05-17 12:46:44 +02:00
|
|
|
this.script.scriptMessage(`<strong>Localisation:</strong> ${location.description}`, { whisper: ChatMessage.getWhisperRecipients("GM") })
|