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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user