Explosions and singulo use spiral range (and other changes)

This commit is contained in:
MrStonedOne
2016-03-15 03:39:41 -07:00
parent 257d3eb701
commit 09fb8c2b10
14 changed files with 99 additions and 43 deletions
+4 -1
View File
@@ -32,7 +32,10 @@ var/datum/subsystem/objects/SSobj
/datum/subsystem/objects/fire(resumed = 0)
if (!resumed)
currentrun = processing.Copy()
src.currentrun = processing.Copy()
//cache for sanic speed (lists are references anyways)
var/list/currentrun = src.currentrun
while(currentrun.len)
var/datum/thing = currentrun[1]
currentrun.Cut(1, 2)