Fix vehicles + v2.0

This commit is contained in:
2022-09-14 09:44:06 +02:00
parent 5421017b7c
commit 4d95d6c914
2 changed files with 4 additions and 6 deletions

View File

@ -15,9 +15,7 @@ Hooks.once('init', () => {
/************************************************************************************/
Hooks.once('ready', () => {
CONFIG.SWADE.vehicles.opSkills = {
maxHandlingPenalty: -4,
opSkills: ['', 'Navigation', 'Conduite', 'Pilotage', 'Équitation'],
}
CONFIG.SWADE.vehicles.opSkills = ['', 'Navigation', 'Conduite', 'Pilotage', 'Équitation']
})