1
This commit is contained in:
parent
52fb6567b2
commit
5f86fbbf06
@ -1567,9 +1567,23 @@ bool Creature::FreezeOperate()
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Creature::SlaveOnRemove(Entity* slave)
|
void Creature::SlaveOnRemove(Entity* slave)
|
||||||
|
{
|
||||||
|
switch (slave->GetEntityType()) {
|
||||||
|
case ET_Hero:
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
case ET_Obstacle:
|
||||||
|
{
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
{
|
||||||
|
abort();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void Creature::RemoveMoreHero(int buff_id, int id, int num)
|
void Creature::RemoveMoreHero(int buff_id, int id, int num)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user