From d543a3d8b693ca4ddda760e93373339caa4717f5 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Sat, 1 Aug 2020 22:38:50 +0200 Subject: [PATCH] =?UTF-8?q?correction=20caract=C3=A9rstiques=20demi-ogre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/data/races.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/data/races.js b/docs/.vuepress/data/races.js index fe7fb8f..77b0346 100644 --- a/docs/.vuepress/data/races.js +++ b/docs/.vuepress/data/races.js @@ -187,7 +187,7 @@ export const races = [ key: 'demi-ogre', label: "Demi-ogre", abilityBonuses: [ - { ability: 'for', value: 1 }, + { ability: 'for', value: 2 }, { ability: 'con', value: 2 } ], variants: [ @@ -195,7 +195,7 @@ export const races = [ key: 'demi-ogre-standard', label: "Demi-ogre", abilityBonuses: [ - { ability: 'for', value: 1 }, + { ability: 'for', value: 2 }, { ability: 'con', value: 2 } ] },