1
This commit is contained in:
parent
8a6fd57c7c
commit
45f73f5815
@ -82,6 +82,9 @@ void Android::InternalUpdate(int delta_time)
|
|||||||
if (a8::HasBitFlag(status, CS_Disable)) {
|
if (a8::HasBitFlag(status, CS_Disable)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (poisoning) {
|
||||||
|
UpdatePoisoning();
|
||||||
|
}
|
||||||
if (action_type != AT_None) {
|
if (action_type != AT_None) {
|
||||||
UpdateAction();
|
UpdateAction();
|
||||||
}
|
}
|
||||||
|
@ -68,6 +68,9 @@ void CondAddBuff::ProcBulletHit()
|
|||||||
{
|
{
|
||||||
IBullet* bullet = args.Get<IBullet*>(0);
|
IBullet* bullet = args.Get<IBullet*>(0);
|
||||||
Creature* c = args.Get<Creature*>(0);
|
Creature* c = args.Get<Creature*>(0);
|
||||||
|
if (is_same_target ) {
|
||||||
|
|
||||||
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user