Fix Talent, prayer and db
This commit is contained in:
@ -97,7 +97,7 @@ Hooks.once('init', () => {
|
||||
},
|
||||
// Auto-translate duration
|
||||
"spells_duration_range_target_damage": (value) => {
|
||||
--console.log("Spell duration/range/damage/target :", value);
|
||||
//console.log("Spell duration/range/damage/target :", value);
|
||||
if ( value == "" ) return ""; // Hop !
|
||||
if ( value == "Touch" ) return "Contact"; // Hop !
|
||||
if ( value == "You" ) return "Vous"; // Hop !
|
||||
|
Reference in New Issue
Block a user