Skip to main content

No Siren Steal

Hierarchy

  • Feature

    NoSirenSteal

Methods

setFamiliarNoSirenSteal

setFamiliarNoSirenSteal(familiarVariant, familiarSubType?): void

Blacklists a familiar from being stolen by The Siren boss. This should be called once at the beginning of every run.

In order to use this function, you must upgrade your mod with ISCFeature.NO_SIREN_STEAL.

Parameters

NameTypeDescription
familiarVariantFamiliarVariantThe familiar variant to blacklist.
familiarSubType?intThe sub-type to blacklist. Optional. The default is to blacklist all sub-types of the given variant.

Returns

void

Defined in

packages/isaacscript-common/src/classes/features/other/NoSirenSteal.ts:93