Add overload to remove specific class of buff

I initially added this because, despite the higher tickrate for
composite condition calculations thanks to the last commit, there is
still a slight status icon delay when rapidly switching nanos. I
attempted to use this to make that problem go away and for whatever
reason it wasn't effective, but I figure it would be useful to have
anyway so I'm keeping it.
This commit is contained in:
gsemaj
2022-07-30 21:46:17 -07:00
parent 457c320d48
commit 1709d2b0ef
5 changed files with 28 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ public:
void tick(time_t);
void combatTick(time_t);
void clear();
void clear(BuffClass buffClass);
void addStack(BuffStack* stack);
/*