mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user