1
This commit is contained in:
parent
f68aadf816
commit
1af9968a5f
@ -286,7 +286,7 @@ void InternalShot(Creature* c,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!skill_meta || weapon_meta->i->equip_type() == EQUIP_TYPE_THROW) {
|
if (skill_meta || weapon_meta->i->equip_type() == EQUIP_TYPE_THROW) {
|
||||||
c->room->frame_event.AddShot(c->GetWeakPtrRef());
|
c->room->frame_event.AddShot(c->GetWeakPtrRef());
|
||||||
}
|
}
|
||||||
int invincible_buff_uniid = 0;
|
int invincible_buff_uniid = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user