Sync Teufel
This commit is contained in:
parent
ce7002a738
commit
1a113f2034
@ -43,7 +43,8 @@ const _manage_inn_roll = async (content, msg) => {
|
|||||||
Hooks.on("chatMessage", (html, content, msg) => {
|
Hooks.on("chatMessage", (html, content, msg) => {
|
||||||
|
|
||||||
if ( content.includes("/auberge") ) {
|
if ( content.includes("/auberge") ) {
|
||||||
return _manage_inn_roll( content, msg );
|
_manage_inn_roll( content, msg );
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
4
fr.json
4
fr.json
@ -848,7 +848,7 @@
|
|||||||
"NAME.Size" : "Taille",
|
"NAME.Size" : "Taille",
|
||||||
"SPEC.Tiny" : "Minuscule",
|
"SPEC.Tiny" : "Minuscule",
|
||||||
"SPEC.Little" : "Très petite",
|
"SPEC.Little" : "Très petite",
|
||||||
"SPEC.Small" : "Petit",
|
"SPEC.Small" : "Petite",
|
||||||
"SPEC.Average" : "Moyenne",
|
"SPEC.Average" : "Moyenne",
|
||||||
"SPEC.Large" : "Grande",
|
"SPEC.Large" : "Grande",
|
||||||
"SPEC.Enormous" : "Enorme",
|
"SPEC.Enormous" : "Enorme",
|
||||||
@ -856,7 +856,7 @@
|
|||||||
|
|
||||||
"Tiny" : "Minuscule",
|
"Tiny" : "Minuscule",
|
||||||
"Little" : "Très petite",
|
"Little" : "Très petite",
|
||||||
"Small" : "Petit",
|
"Small" : "Petite",
|
||||||
"Average" : "Moyenne",
|
"Average" : "Moyenne",
|
||||||
"Large" : "Grande",
|
"Large" : "Grande",
|
||||||
"Enormous" : "Enorme",
|
"Enormous" : "Enorme",
|
||||||
|
Loading…
Reference in New Issue
Block a user