Merge pull request #6417 from Citadel-Station-13/upstream-merge-37217

[MIRROR] Stops ghosts from being able to start plasma fires
This commit is contained in:
deathride58
2018-04-16 02:49:57 +00:00
committed by GitHub
+1 -1
View File
@@ -79,7 +79,7 @@
return 1
/datum/teleport/proc/playSpecials(atom/location,datum/effect_system/effect,sound)
if(location)
if(location && !isobserver(teleatom))
if(effect)
INVOKE_ASYNC(src, .proc/do_effect, location, effect)
if(sound)