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()