[Spells] AE Duration effect (Rains) will now work with Target Ring and PBAE spells. (#2000)

* done

* Update beacon.cpp

* [Spells] AE Duration effect (Rains) will now work with Target Ring and PBAE spells.

Mackals suggestions implemented.
This commit is contained in:
KayenEQ
2022-02-16 10:12:13 -05:00
committed by GitHub
parent 8ec80644ee
commit ba3c19ad0b
5 changed files with 47 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ struct ExtraAttackOptions;
class Beacon : public Mob
{
public:
Beacon(Mob *at_mob, int lifetime);
Beacon(const glm::vec4 &in_pos, int lifetime);
~Beacon();
//abstract virtual function implementations requird by base abstract class