From ef6402a47d86f35e243083a68d6b5e5176cb4852 Mon Sep 17 00:00:00 2001 From: GrrrKitten <158611449+GrrrKitten@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:03:07 -0500 Subject: [PATCH] Update code/game/machinery/fax_machine.dm Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> --- code/game/machinery/fax_machine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/fax_machine.dm b/code/game/machinery/fax_machine.dm index bcfad2969139..c013cb9b73b4 100644 --- a/code/game/machinery/fax_machine.dm +++ b/code/game/machinery/fax_machine.dm @@ -537,7 +537,7 @@ GLOBAL_LIST_EMPTY(alldepartments) ..() if(!ishuman(user)) return - var/turf/T = get_turf(usr) + var/turf/T = get_turf(user) if(istype(T, /turf/open)) var/turf/open/floor = T if(!floor.allow_construction)