Ajout de l'Item "faune" pour tables environnement

This commit is contained in:
Vincent Vandemeulebrouck
2022-12-03 18:31:05 +01:00
parent db8fd6dbf8
commit ab704c46d2
20 changed files with 139 additions and 4 deletions

View File

@ -23,7 +23,7 @@ const MILIEUX = [
"Sous-sols"
]
const ITEM_ENVIRONNEMENT_TYPES = [
'herbe', 'ingredient'
'herbe', 'ingredient', 'faune'
]
export class Environnement {