Merge pull request #576 from harlanx/sumeru_animal_drop_vacuum
sumeru animal vacuum filter moved
This commit is contained in:
commit
b62a05efd6
@ -409,7 +409,10 @@ namespace cheat::game::filters
|
|||||||
living::Squirrel,
|
living::Squirrel,
|
||||||
living::Boar,
|
living::Boar,
|
||||||
living::Weasel,
|
living::Weasel,
|
||||||
living::DuskBird
|
living::DuskBird,
|
||||||
|
monster::ShaggySumpterBeast,
|
||||||
|
monster::RishbolandTiger,
|
||||||
|
monster::Spincrocodile
|
||||||
};
|
};
|
||||||
SimpleFilter AnimalPickUp = {
|
SimpleFilter AnimalPickUp = {
|
||||||
living::CrystalCore,
|
living::CrystalCore,
|
||||||
@ -454,9 +457,7 @@ namespace cheat::game::filters
|
|||||||
monster::WhirlingFungus,
|
monster::WhirlingFungus,
|
||||||
monster::WingedShroom,
|
monster::WingedShroom,
|
||||||
monster::GroundedShroom,
|
monster::GroundedShroom,
|
||||||
monster::ShaggySumpterBeast,
|
monster::ShaggySumpterBeast
|
||||||
monster::RishbolandTiger,
|
|
||||||
monster::Spincrocodile
|
|
||||||
};
|
};
|
||||||
SimpleFilter MonsterElites = {
|
SimpleFilter MonsterElites = {
|
||||||
monster::Mitachurl,
|
monster::Mitachurl,
|
||||||
|
Loading…
Reference in New Issue
Block a user