V1.2 #342

Merged
LeRatierBretonnien merged 13 commits from v1.2 into master 2021-01-22 17:19:40 +01:00
3 changed files with 4 additions and 3 deletions
Showing only changes of commit 90ffcbd101 - Show all commits

View File

@ -11,7 +11,7 @@ Pseudo : LeRatierBretonnien
# Contributeurs (Pseudo sur Discord Foundry FR) :
Mainteneur/Développeur : LeRatierBretonnien
Développeur : VincentMK
Développeur : VincentVk
Tests, Compendiums, Données: Fred, Fab, Grendel
Styles/CSS : Mandar

View File

@ -525,7 +525,8 @@ export class RdDActor extends Actor {
for(let troncName of troncList) {
message += "<br>" + troncName;
}
ChatMessage.create( { title : "Compétence Tronc",
ChatMessage.create( {
whisper: ChatMessage.getWhisperRecipients(game.user.name),
content: message } );
}
const update = {_id: comp._id, 'data.niveau': maxNiveau };

File diff suppressed because one or more lines are too long