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) => {
|
||||
|
||||
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",
|
||||
"SPEC.Tiny" : "Minuscule",
|
||||
"SPEC.Little" : "Très petite",
|
||||
"SPEC.Small" : "Petit",
|
||||
"SPEC.Small" : "Petite",
|
||||
"SPEC.Average" : "Moyenne",
|
||||
"SPEC.Large" : "Grande",
|
||||
"SPEC.Enormous" : "Enorme",
|
||||
@ -856,7 +856,7 @@
|
||||
|
||||
"Tiny" : "Minuscule",
|
||||
"Little" : "Très petite",
|
||||
"Small" : "Petit",
|
||||
"Small" : "Petite",
|
||||
"Average" : "Moyenne",
|
||||
"Large" : "Grande",
|
||||
"Enormous" : "Enorme",
|
||||
|
Loading…
Reference in New Issue
Block a user