forked from public/foundryvtt-reve-de-dragon
Séparation ingrédients/plantes
This commit is contained in:
@ -17,11 +17,13 @@ const MILIEUX = [
|
||||
"Sous-sols"
|
||||
]
|
||||
const ITEM_ENVIRONNEMENT_TYPES = [
|
||||
'herbe', 'ingredient', 'faune'
|
||||
'herbe', 'plante', 'ingredient', 'faune'
|
||||
]
|
||||
|
||||
export class Environnement {
|
||||
|
||||
static typesEnvironnement(){
|
||||
return ITEM_ENVIRONNEMENT_TYPES
|
||||
}
|
||||
static init() {
|
||||
game.settings.register(SYSTEM_RDD, SETTINGS_LISTE_MILIEUX, {
|
||||
name: "Liste des milieux proposés",
|
||||
|
Reference in New Issue
Block a user