kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

Add to shitlist someone who open seal in CS #3183

Open BartoszJedynak opened 1 year ago

BartoszJedynak commented 1 year ago

it's correct?

if (me.area === 108 && [771, 772, 773].indexOf(getUnit(2, 243).mode) > -1) { if (shitList.indexOf(nick) === -1) { say(nick + " opened seal in CS, adding to shitlist."); shitList.push(nick); } return false; }