epfly6 / RepentanceAPIIssueTracker

An unofficial issue tracker for issues with The Binding of Isaac: Repentance's API.
18 stars 1 forks source link

Countdown in TakeDamage() function should do something without the DamageFlag #545

Open Foks256 opened 1 year ago

Foks256 commented 1 year ago

Currently doesn't do anything for the player iirc, and only does something for enemies if they have the DamageFlag.DAMAGE_COUNTDOWN with them, which is quite unfortunate.

For players and familiars it would act as their i-frames, for enemies aswell.

Also would be nice if the countdown argument was optional.