From 1a25e5df4400d301347af30db9ec7065cc4af497 Mon Sep 17 00:00:00 2001 From: gawgua Date: Sun, 18 Sep 2022 20:08:39 +0700 Subject: [PATCH] Add LuminousSeelie to AutoSeelie --- cheat-library/src/user/cheat/world/AutoSeelie.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cheat-library/src/user/cheat/world/AutoSeelie.cpp b/cheat-library/src/user/cheat/world/AutoSeelie.cpp index 1ba7692..be61203 100644 --- a/cheat-library/src/user/cheat/world/AutoSeelie.cpp +++ b/cheat-library/src/user/cheat/world/AutoSeelie.cpp @@ -62,6 +62,7 @@ namespace cheat::feature if (game::filters::puzzle::Seelie.IsValid(entity) || game::filters::puzzle::WarmingSeelie.IsValid(entity) || + game::filters::puzzle::LuminousSeelie.IsValid(entity) || game::filters::puzzle::ElectroSeelie.IsValid(entity)) { if (entity->name().find("ElectricSeelie") != std::string::npos)