MCPcopy
hub / github.com/FreezingMoon/AncientBeast / isRiotShieldUpgraded

Function isRiotShieldUpgraded

src/abilities/Cycloper.ts:791–796  ·  view source on GitHub ↗
(cycloper: Creature)

Source from the content-addressed store, hash-verified

789}
790
791function isRiotShieldUpgraded(cycloper: Creature) {
792 const riotShield = cycloper.abilities?.[2];
793 return Boolean(
794 riotShield && typeof riotShield.isUpgraded === 'function' && riotShield.isUpgraded(),
795 );
796}
797
798function isCycloperRelayWall(creature: Creature | null | undefined, cycloper: Creature) {
799 return (

Callers 5

hasRelayExtensionOnPathFunction · 0.85
Cycloper.tsFile · 0.85
beginDestinationQueryFunction · 0.85

Calls 1

isUpgradedMethod · 0.80

Tested by

no test coverage detected