diff --git a/No_zombie_revival/modinfo.json b/No_zombie_revival/modinfo.json index 7af73ef..17392c4 100644 --- a/No_zombie_revival/modinfo.json +++ b/No_zombie_revival/modinfo.json @@ -13,5 +13,12 @@ "type": "monster_adjustment", "species": "ZOMBIE", "flag": { "name": "REVIVES", "value": false } + }, + { + "type": "EXTERNAL_OPTION", + "name": "ZOMBIFY_INTO_ENABLED", + "info": "Enables the functionality of the \"zombify_into\" JSON field in monster definitions.", + "stype": "bool", + "value": false } ]