mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-27 06:31:42 -04:00
Sakuita rope Matching (#2470)
* Change dComIfGp_getAttention to return a pointer * d_a_obj_sakuita_rope Matching
This commit is contained in:
@@ -2327,7 +2327,7 @@ void daB_DR_c::executeBreathAttack() {
|
||||
attention_info.flags &= ~0x4;
|
||||
} else {
|
||||
mWeekCc.OnTgSetBit();
|
||||
if (mTarget != 0 || (dComIfGp_getAttention().GetLockonList(0) != NULL && dComIfGp_getAttention().LockonTruth() && dComIfGp_getAttention().GetLockonList(0)->getActor() == this)) {
|
||||
if (mTarget != 0 || (dComIfGp_getAttention()->GetLockonList(0) != NULL && dComIfGp_getAttention()->LockonTruth() && dComIfGp_getAttention()->GetLockonList(0)->getActor() == this)) {
|
||||
mTarget = 0;
|
||||
} else {
|
||||
attention_info.flags &= ~0x4;
|
||||
|
||||
Reference in New Issue
Block a user