Disabled spark spawning for most regular forms of teleportation.

This commit is contained in:
Deity Link
2021-09-07 16:58:45 +02:00
parent 0dea11073b
commit b7b426dba5

View File

@@ -175,10 +175,13 @@
/datum/teleport/instant/science/setEffects(datum/effect/system/aeffectin,datum/effect/system/aeffectout)
if(!aeffectin || !aeffectout)
//De-activated sparks by order of Pomf. Too easily exploited to create lag machines.
/*
var/datum/effect/system/spark_spread/aeffect = new
aeffect.set_up(5, TRUE, teleatom)
effectin = effectin || aeffect
effectout = effectout || aeffect
*/
return TRUE
else
return ..()