Matrix (in)sanity (#19366)

Ported the various matrix procs and defines from TG.
Updated our snowflake procs with the Bay's current version.
Refactor of our orbit proc to align with the updated procs, tesla energy
ball too.
This commit is contained in:
Fluffy
2024-06-09 17:07:58 +00:00
committed by GitHub
parent 9acce89e2a
commit c1a47cf20b
6 changed files with 366 additions and 67 deletions
+1 -1
View File
@@ -196,7 +196,7 @@
var/orbitsize = (I.Width() + I.Height()) * pick(0.4, 0.5, 0.6, 0.7, 0.8)
orbitsize -= (orbitsize / world.icon_size) * (world.icon_size * 0.25)
EB.orbit(src, orbitsize, pick(FALSE, TRUE), rand(10, 25), pick(3, 4, 5, 6, 36))
EB.orbit(src, orbitsize, rand(10, 25))
/obj/singularity/energy_ball/Collide(atom/A)