Add all systems effects scripts + translations
This commit is contained in:
@ -14,5 +14,5 @@ if (args.test.options.income && !args.test.options.criminal)
|
||||
let moneyString = `${moneyEarned}${coin}`
|
||||
let transactionString = `${moneyEarned}${term}`
|
||||
|
||||
this.script.scriptMessage(`<a class="money-drag" data-amt="${moneyString}"><strong>Earned an additional ${game.wfrp4e.market.amountToString(game.wfrp4e.market.parseMoneyTransactionString(transactionString))}</strong></a>`, {whisper : ChatMessage.getWhisperRecipients("GM")})
|
||||
this.script.scriptMessage(`<a class="money-drag" data-amt="${moneyString}"><strong>Gain d'un supplément de ${game.wfrp4e.market.amountToString(game.wfrp4e.market.parseMoneyTransactionString(transactionString))}</strong></a>`, {whisper : ChatMessage.getWhisperRecipients("GM")})
|
||||
}
|
Reference in New Issue
Block a user