mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Added TEFs
This commit is contained in:
@@ -292,6 +292,8 @@ public class CombatService implements INetworkDispatch {
|
||||
event.attacker = attacker;
|
||||
event.damage = damage;
|
||||
target.getEventBus().publish(event);
|
||||
|
||||
attacker.setTefTime(300000);
|
||||
}
|
||||
|
||||
private void doAreaCombat(CreatureObject attacker, CreatureObject target, WeaponObject weapon, CombatCommand command, int actionCounter) {
|
||||
|
||||
Reference in New Issue
Block a user