forked from public/foundryvtt-reve-de-dragon
Signes draconiques aléatoires
This commit is contained in:
@ -338,7 +338,7 @@ export class TMRUtility {
|
||||
|
||||
static getTMRType(coord) {
|
||||
const tmr = TMRMapping[coord];
|
||||
return Misc.upperFirst(tmr.type);
|
||||
return Misc.upperFirst(TMRType[tmr.type].name);
|
||||
}
|
||||
|
||||
static getTMRDescr(coord) {
|
||||
|
Reference in New Issue
Block a user