epfly6 / RepentanceAPIIssueTracker

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

No method to get the Dead Tainted Lazarus / Esau Jr. forms of a player #481

Open TaigaTreant opened 2 years ago

TaigaTreant commented 2 years ago

Currently, there exists no method to obtain either the Dead Tainted Lazarus or Esau Jr. forms of a player. This excludes the case where the Tainted Lazarus player has Birthright, in which case the EntityPlayer:GetMainTwin() and EntityPlayer:GetOtherTwin() functions suffice.

luni3359 commented 1 year ago

Have you found any hacks on how to get the other forms?

Zamiell commented 1 year ago

for dead tainted laz, if you use isaacscript-common, you can simply call getTaintedLazarusSubPlayer.

i can add esau jr functionality if you need