mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-13 19:58:21 +00:00
Merge pull request #254 from EmosewaMC/Crux-Prime-Enemy-Fix
This commit is contained in:
commit
46149b19f1
@ -91,7 +91,7 @@ void BaseRandomServer::SetSpawnerNetwork(Entity* self, const std::string& spawne
|
|||||||
|
|
||||||
if (spawnerName == "Named_Enemies")
|
if (spawnerName == "Named_Enemies")
|
||||||
{
|
{
|
||||||
//spawner->Reset();
|
spawner->SoftReset();
|
||||||
}
|
}
|
||||||
|
|
||||||
spawner->Activate();
|
spawner->Activate();
|
||||||
@ -173,12 +173,12 @@ void BaseRandomServer::NamedEnemyDeath(Entity* self, Spawner* spawner)
|
|||||||
|
|
||||||
void BaseRandomServer::SpawnersUp(Entity* self)
|
void BaseRandomServer::SpawnersUp(Entity* self)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BaseRandomServer::SpawnersDown(Entity* self)
|
void BaseRandomServer::SpawnersDown(Entity* self)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BaseRandomServer::BaseOnTimerDone(Entity* self, const std::string& timerName)
|
void BaseRandomServer::BaseOnTimerDone(Entity* self, const std::string& timerName)
|
||||||
|
@ -28,7 +28,7 @@ public:
|
|||||||
void SpawnersUp(Entity* self);
|
void SpawnersUp(Entity* self);
|
||||||
void SpawnersDown(Entity* self);
|
void SpawnersDown(Entity* self);
|
||||||
void BaseOnTimerDone(Entity* self, const std::string& timerName);
|
void BaseOnTimerDone(Entity* self, const std::string& timerName);
|
||||||
|
|
||||||
void NotifySpawnerOfDeath(Entity* self, Spawner* spawner);
|
void NotifySpawnerOfDeath(Entity* self, Spawner* spawner);
|
||||||
void NamedEnemyDeath(Entity* self, Spawner* spawner);
|
void NamedEnemyDeath(Entity* self, Spawner* spawner);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user