Skip to content

No Siren Steal

Defined in: packages/isaacscript-common/src/classes/features/other/NoSirenSteal.ts:14

  • Feature

setFamiliarNoSirenSteal(familiarVariant, familiarSubType?): void

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

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.

FamiliarVariant

The familiar variant to blacklist.

int

The sub-type to blacklist. Optional. The default is to blacklist all sub-types of the given variant.

void