REPENTOGON icon indicating copy to clipboard operation
REPENTOGON copied to clipboard

MC_POST_TRIGGER_TRINKET_ADDED and MC_POST_TRIGGER_TRINKET_REMOVED

Open nazardz opened this issue 1 year ago • 3 comments
trafficstars

does not work on gold trinkets if an optional trinket is specified

nazardz avatar Jan 06 '24 19:01 nazardz

Would it make sense to pass the normal trinket ID instead and add an additional boolean param if the trinket is golden?

epfly6 avatar Oct 06 '24 09:10 epfly6

Yeah, that's what I do manually in lua rn

nazardz avatar Oct 15 '24 05:10 nazardz

local golden = trinket & TrinketType.TRINKET_GOLDEN_FLAG
trinket = trinket%TrinketType.TRINKET_GOLDEN_FLAG

nazardz avatar Oct 15 '24 05:10 nazardz