REPENTOGON
REPENTOGON copied to clipboard
MC_POST_TRIGGER_TRINKET_ADDED and MC_POST_TRIGGER_TRINKET_REMOVED
trafficstars
does not work on gold trinkets if an optional trinket is specified
Would it make sense to pass the normal trinket ID instead and add an additional boolean param if the trinket is golden?
Yeah, that's what I do manually in lua rn
local golden = trinket & TrinketType.TRINKET_GOLDEN_FLAG
trinket = trinket%TrinketType.TRINKET_GOLDEN_FLAG