mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Runtime fixes (#2017)
changes: Added more QDELETED checks to organ processing. Fixed some misc runtimes in lighting & sparks.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
playsound(location, "sparks", 100, 1)
|
||||
var/direction = 0
|
||||
|
||||
if (!src.spread.len)
|
||||
if (src.spread && src.spread.len)
|
||||
direction = 0
|
||||
else
|
||||
direction = pick(src.spread)
|
||||
|
||||
Reference in New Issue
Block a user