Fix tête présent des cités

doublon + typo empêchait d'automatiser la création des présents

fix tables des têtes inversée et icône dans les tables
This commit is contained in:
Vincent Vandemeulebrouck
2021-02-26 01:15:08 +01:00
parent 28fde31a54
commit 622aeda279
3 changed files with 4 additions and 5 deletions

View File

@ -57,12 +57,12 @@ export class RdDRollTables {
}
/* -------------------------------------------- */
static async getTete(toChat = false) {
static async getTeteHR(toChat = false) {
return await RdDRollTables.drawItemFromRollTable("Têtes de Dragon pour haut-rêvants", toChat);
}
/* -------------------------------------------- */
static async getTeteHR(toChat = false) {
static async getTete(toChat = false) {
return await RdDRollTables.drawItemFromRollTable("Têtes de Dragon pour tous personnages", toChat);
}