isaacscript-common 1.0.581 → 1.0.582
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -190,7 +190,7 @@ export declare function removeAllBombs(variant?: BombVariant | int, subType?: in
|
|
|
190
190
|
* @param cap Optional. If specified, will only remove the given amount of effects.
|
|
191
191
|
* @returns True if one or more effects was removed, false otherwise.
|
|
192
192
|
*/
|
|
193
|
-
export declare function removeAllEffects(variant?: EffectVariant, subType?: int, cap?: int): boolean;
|
|
193
|
+
export declare function removeAllEffects(variant?: EffectVariant | int, subType?: int, cap?: int): boolean;
|
|
194
194
|
/**
|
|
195
195
|
* Helper function to remove all of the familiars in the room.
|
|
196
196
|
*
|