m-byte918 / MultiOgarII

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

making cells under a specific size instant recombine

M1stHub opened this issue · comments

commented

not really a issue more of question because im trying to make so cells under 50 cell size instant recombine and i haven't been able to figure out myself so if anyone knows it would help out so much

You can make a flag variable????? So the condition is if cell size <= 50 then instant recombine????

idfk remember how to code it

After this line in Server.js, add if (cell._mass < 50) time = 0;