mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Various loader implementations
This commit is contained in:
@@ -188,9 +188,7 @@ bool CDamageVulnerability::WeaponHurts(const CWeaponMode& mode, bool ignoreDirec
|
||||
return true;
|
||||
if (chargedHurts && mode.IsCharged())
|
||||
return true;
|
||||
if (comboedHurts && mode.IsComboed())
|
||||
return true;
|
||||
return false;
|
||||
return comboedHurts && mode.IsComboed();
|
||||
}
|
||||
|
||||
bool CDamageVulnerability::WeaponHits(const CWeaponMode& mode, bool checkDirect) const
|
||||
|
||||
Reference in New Issue
Block a user