Binding of Isaac: Rebirth Wiki
Advertisement

(in Afterbirth † and Repentance)

Undocumented changes[ | ]

Additions[ | ]

Changes[ | ]

  • Collectible Haemolacria iconHaemolacria is now treated as a weapon by the game, so it should behave slightly differently and synergize with more things.

Fixes[ | ]

  • Fixed the bug where the Collectible Monstro's Lung iconMonstro's Lung and Collectible Lachryphagy iconLachryphagy synergy would cause tears to become invisible occasionally.
  • Fixed the bug where the "yellow" charge from Collectible The Battery iconThe Battery would transfer to other items.
    • This fixes the bug where you could get unlimited charges on an item with Collectible The Battery iconThe Battery and the Collectible Schoolbag iconSchoolbag.
    • For modders, Collectible The Battery iconThe Battery charge is now stored per pedestal.
  • Fixed the bug where Collectible Haemolacria iconHaemolacria would prevent Collectible Incubus iconIncubus from shooting tears, effectively soft-locking the game if you picked it up on Lilith.
  • Fixed the bug where the Collectible Technology Zero iconTechnology Zero and Collectible Lachryphagy iconLachryphagy synergy would damage you occasionally.
  • Fixed the bug where the Collectible Schoolbag iconSchoolbag and Collectible Breath of Life iconBreath of Life synergy would cause you to get "free" charges.
  • Fixed the bug where the Backasswards challenge was not functioning correctly.

Lua API[ | ]

  • EntityPlayer.QueueItem got renamed to EntityPlayer.QueuedItem due to a naming conflict. It is now possible to detect the item that is currently queued, meaning the item that Isaac is holding overhead. This gives modders much more precision, as before they had to rely on the clunky EntityPlayer.IsItemQueueEmpty() function.
  • EntityPlayer:RemoveGoldenBomb() got added.
  • EntityPlayer:RemoveGoldenKey() got added.
  • The Battery now stores its charges per pedestal. EntityPickup.Charge will now be 12 for a D6 that is double charged, for example.


Advertisement