Port egg buffs over to new system

This commit is contained in:
gsemaj
2022-07-30 13:47:27 -07:00
parent cb94018e46
commit 0994aaff71
14 changed files with 157 additions and 159 deletions

View File

@@ -84,5 +84,5 @@ public:
namespace Buffs {
void timeBuffUpdate(EntityRef self, Buff* buff, int status, BuffStack* stack);
//void timeBuffTimeoutViewable(EntityRef self, Buff* buff, int ct);
void timeBuffTimeout(EntityRef self);
}