Implemented target type (44) 'Beams' (which projects an AE infront of caster with a specified length and width).

Clean up of target type direction code, implemented use of aemaxtargets field for it.
This commit is contained in:
KayenEQ
2014-11-13 02:25:18 -05:00
parent 16f72be898
commit fabe93e548
7 changed files with 178 additions and 51 deletions
+2
View File
@@ -300,6 +300,8 @@ Mob::Mob(const char* in_name,
held = false;
nocast = false;
focused = false;
_IsTempPet = false;
pet_owner_client = false;
attacked_count = 0;
mezzed = false;