From 2f9492945d9c5e5d0ad23ad9dd586616479f68db Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Mon, 7 Jun 2021 19:45:58 -0700 Subject: [PATCH] sigh --- code/__HELPERS/yelling.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__HELPERS/yelling.dm b/code/__HELPERS/yelling.dm index 6987aef262..2dc2d0aec6 100644 --- a/code/__HELPERS/yelling.dm +++ b/code/__HELPERS/yelling.dm @@ -16,6 +16,7 @@ // blatantly copied from wave explosion code // check explosion2.dm for what this does and how it works. /datum/yelling_wavefill/proc/do_run(atom/source, dist) + source = get_turf(source) var/list/edges = list() edges[source] = (NORTH|SOUTH|EAST|WEST) var/list/powers = list()