reduce drain tickrate

This commit is contained in:
gsemaj
2023-09-09 11:59:13 -07:00
parent 0b73cef187
commit eb88fa05cb
4 changed files with 12 additions and 7 deletions

View File

@@ -89,5 +89,5 @@ namespace Buffs {
void timeBuffUpdate(EntityRef self, Buff* buff, int status, BuffStack* stack);
void timeBuffTick(EntityRef self, Buff* buff);
void timeBuffTimeout(EntityRef self);
void tickDrain(EntityRef self, Buff* buff);
void tickDrain(EntityRef self, Buff* buff, int mult);
}