Bug - Fixed Iterating over $effects[] and duplicate effect names

heeheehee

Developer
Staff member
> ash foreach e in $effects[] if (to_int(e) == 1060) print(e)

Chocolate Reign
Chocolate Reign

> ash print(to_int($effect[800]) + ": " + to_string($effect[800]))

800: Chocolate Reign

This doesn't seem to affect $items[].
 

heeheehee

Developer
Staff member
Oddly enough, this didn't affect Staff of Ed and other items with nonunique names. Thanks for the fix, though!
 
Top