The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Baby-Bender
r0_0t Jan 4, 2018 @ 11:03am
External Item Descriptions Compatibility
EID just added the possibility for mods to add descriptions to their items/trinkets etc...
It's easy to add with the following 4 lines:
if not __eidTrinketDescriptions then __eidTrinketDescriptions = {}; end __eidTrinketDescriptions[BabyBender_Trinket] = "All Familiars have homing shots.";

I'd appreciate it very much if you could add this to the code :steamhappy: