The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

GoodTrip[Repentance/AB+]
[Rep] BUG for Tainted Forgotten: accidentally throw bones when nav in minimap
Have bug when playing as Tainted Forgotten: The Soul will accidentally throw Forgotten away when navigating in the minimap using arrow keys. As well as Jacob and Esau, Esau will shoots when using arrow keys while Jacob doesn't.
I have fixed this locally. In gtrep.lua line 649, please change:

player:SetShootingCooldown(2)

to:

player:SetShootingCooldown(2)
local twin = player:GetOtherTwin()
if twin then
twin:SetShootingCooldown(2)
end