RanvierMUD / core

Core engine code for Ranvier
https://ranviermud.com
MIT License
45 stars 41 forks source link

Event: combatantAdded missed hook #125

Open bemisguided opened 4 years ago

bemisguided commented 4 years ago

combatantAdded event needs to be added to the initiateCombat() as it is not calling addCombatant() directly. There is no way to find the initial target otherewise as the combatStart event occurs before a target is added to the combatant list.