LordBombardir

Results 2 comments of LordBombardir

If anyone is interested in hurt hooks: ```cpp LL_TYPE_INSTANCE_HOOK( ActorHurtHook, HookPriority::Normal, Actor, &Actor::hurt, bool, const ActorDamageSource& source, float damage, bool knock, bool ignite ) { } // Mob::doHurtTarget LL_TYPE_INSTANCE_HOOK( ActorHurtSecondHook,...