Fixed two runtimes errors (AI eye and artifacts)

This commit is contained in:
Albert Iordache
2012-07-15 12:50:27 +03:00
parent 8b976b3279
commit 4b350214a9
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@
user << "\red You are suddenly zapped away elsewhere!"
user.loc = pick(randomturfs)
var/datum/effect/effect/system/spark_spread/sparks = new /datum/effect/effect/system/spark_spread()
sparks.set_up(3, 0, get_turf(src)) //no idea what the 0 is
sparks.set_up(3, 0, get_turf(originator)) //no idea what the 0 is
sparks.start()
return 1
else if (src.effectmode == "aura")