[READY] Basically, Instant Explosions 2: The Search For More Money: Eternal: A Tail Of Two Kitties: 33 1/3 (#50594)

About The Pull Request

Extools maptick stuff is in the game. Stolen from BeeStation/BeeStation-Hornet#1119, improves performance. Requires ex-tools on the server, though.

Explosions have been refactored to do the actual exploding in a subsystem.

Credit to goon.

Here's some videos!

Why It's Good For The Game
Basically instant max-caps now.
We can now give more of a tick over to the sending of map updates

Changelog

cl Goonstation Coders, Beestation, Extools devs
refactor: Explosions have been heavily optimized.
/cl
This commit is contained in:
Iamgoofball
2020-04-30 10:27:53 +12:00
committed by GitHub
parent 3c84974f82
commit a3aa69701a
69 changed files with 750 additions and 436 deletions
+1 -1
View File
@@ -149,7 +149,7 @@
for(var/turf/T in linked)
if(prob(30))
do_sparks(2, 1, T)
T.ex_act(EXPLODE_LIGHT)
SSexplosions.lowturf += T
T.hotspot_expose(1000,500,1)
if(!(obj_flags & EMAGGED))