Adds spinning animation for meteors.

This commit is contained in:
PsiOmegaDelta
2015-06-05 15:47:33 +02:00
parent bad9c103eb
commit 079b0af6b0
5 changed files with 25 additions and 7 deletions

View File

@@ -157,15 +157,15 @@
/obj/machinery/power/supermatter/get_transit_zlevel()
//don't send it back to the station -- most of the time
if(prob(99))
if(prob(99))
var/list/candidates = accessible_z_levels.Copy()
for(var/zlevel in config.station_levels)
candidates.Remove("[zlevel]")
candidates.Remove("[src.z]")
if(candidates.len)
return text2num(pickweight(candidates))
return ..()
/obj/machinery/power/supermatter/process()
@@ -382,7 +382,7 @@
defer_powernet_rebuild = 1
// Let's just make this one loop.
for(var/atom/X in orange(pull_radius,src))
X.singularity_pull(src, STAGE_FIVE)
spawn() X.singularity_pull(src, STAGE_FIVE)
if(defer_powernet_rebuild != 2)
defer_powernet_rebuild = 0