TeamREPENTOGON / REPENTOGON

Script extender for The Binding of Isaac: Repentance
https://repentogon.com/
GNU General Public License v2.0
115 stars 11 forks source link

Access to Tainted Eve's passive Sumptorium clot spawning charge #437

Closed TaigaTreant closed 2 months ago

TaigaTreant commented 2 months ago

When Tainted Eve is firing, she passively builds up a chargebar that spawns a Sumptorium clot familiar when filled. Currently, there is no way to access this charge value, which is an issue if you want to modify this effect (such as disabling it on a custom 1hp heart when it is the only such heart the player has). It would be helpful if this value could be exposed.

epfly6 commented 2 months ago

Isn't it exposed already as https://repentogon.com/EntityPlayer.html?#getevesumptoriumcharge?

TaigaTreant commented 2 months ago

Ah, shoot. Must've missed that.