Skip to content

Commit

Permalink
Merge pull request #704 from gawgua/LuminousSeelie
Browse files Browse the repository at this point in the history
Add LuminousSeelie to AutoSeelie.cpp
  • Loading branch information
Taiga74164 authored Sep 18, 2022
2 parents 4ffc70b + 1a25e5d commit de8de89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cheat-library/src/user/cheat/world/AutoSeelie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit de8de89

Please sign in to comment.