Facebook
From Bern, 5 Years ago, written in Plain Text.
This paste is a reply to Loot Text from Bern - go back
Embed
Viewing differences between Loot Text and Re: Loot Text
(_l => {
    lootItem = function(i) {
        _l(i);
        if (/legendary/.test(i.stat)) {
            message("Zdobyto przedmiot message("style='color: #800080;'>LEGENDARNY");
        }
    };
})(lootItem);