dreamchecker (#8233)

Implements dreamchecker plus fixes all errors
This commit is contained in:
mikomyazaki
2020-02-16 20:42:32 +02:00
committed by GitHub
parent d08b2ab609
commit 6074224d00
122 changed files with 282 additions and 227 deletions
+1 -1
View File
@@ -387,7 +387,7 @@
S.set_up(5, 0, src.loc)
playsound(src.loc, 'sound/effects/smoke.ogg', 50, 1, -3)
INVOKE_ASYNC(S, /datum/effect/effect/system/smoke_spread/start)
INVOKE_ASYNC(S, /datum/effect/effect/system/smoke_spread/.proc/start)
var/datum/gas_mixture/env = src.loc.return_air()
if(env)