The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Baby-Bender
r0_0t 2018 年 1 月 4 日 上午 11:03
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: