mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
use gauss elimination for color matrix (#19190)
* use gauss elimination for color matrix * . * Update functions.ts * Update functions.ts * some more improvements * . * . * . * ugh --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
3303d1617b
commit
6c5f04de76
@@ -111,6 +111,8 @@
|
||||
sleep(rand(3,5))
|
||||
if(!length(neighbors))
|
||||
break
|
||||
if(QDELETED(src)) // we sleep, might get deleted!
|
||||
return
|
||||
spread_to(pick(neighbors))
|
||||
|
||||
// We shouldn't have spawned if the controller doesn't exist.
|
||||
|
||||
Reference in New Issue
Block a user