so i found this issue during my first play on mentioned build :
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_zombie_failed_weapon has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_failed_weapon has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster hulk_weapon has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_fungus_failed_weapon has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_zombie_bio_infantry has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_zombie_bio_knight has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_zombie_bio_scout has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_zombie_bio_tool has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_zombie_skeltal has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_zombie_skeltal_minion has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_bear_smoky has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_gloople has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_gray has no harvest entry
src/monstergenerator.cpp:952 [void MonsterGenerator::check_monster_definitions() const] monster mon_oozle has no harvest entry
is this an minor issue or major issue?