1
This commit is contained in:
parent
c71d6ebc91
commit
4a8b842110
@ -1898,6 +1898,9 @@ void Creature::SummonObstacle(Buff* buff, int id, const a8::Vec2& pos)
|
|||||||
obstacle->Active();
|
obstacle->Active();
|
||||||
obstacle->context_ability = context_ability;
|
obstacle->context_ability = context_ability;
|
||||||
slave_things_.push_back(std::make_tuple(buff->meta->i->buff_id(), obstacle));
|
slave_things_.push_back(std::make_tuple(buff->meta->i->buff_id(), obstacle));
|
||||||
|
#ifdef DEBUG
|
||||||
|
SendDebugMsg(a8::Format("召唤物件 buff_id:%d thing_id:%d", {buff->meta->i->buff_id(), id}));
|
||||||
|
#endif
|
||||||
} else {
|
} else {
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user