mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Explosions and singulo use spiral range (and other changes)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user