mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
shake_camera(M, 3, 1)
|
||||
playsound(loc, 'sound/effects/meteorimpact.ogg', 40, 1)
|
||||
|
||||
INVOKE_ASYNC(src, .proc/impact_meteor, A) // ex_act can have some sleeps in it
|
||||
INVOKE_ASYNC(src, PROC_REF(impact_meteor), A) // ex_act can have some sleeps in it
|
||||
|
||||
/obj/effect/space_dust/proc/impact_meteor(atom/A)
|
||||
var/turf/where = get_turf(A)
|
||||
|
||||
Reference in New Issue
Block a user