From b5131b49dd426182425c566bc7c40f465db3cb86 Mon Sep 17 00:00:00 2001 From: Caden Depatie Date: Sun, 19 Jul 2015 12:28:41 -0400 Subject: [PATCH] saving atmos one letter at a time fixes a typo that prevents the nanoUI coming up when interacting with the gas mixer --- code/ATMOSPHERICS/components/trinary_devices/mixer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm index 56062f70d83..8b8850744ec 100644 --- a/code/ATMOSPHERICS/components/trinary_devices/mixer.dm +++ b/code/ATMOSPHERICS/components/trinary_devices/mixer.dm @@ -119,7 +119,7 @@ return 1 -/obj/machinery/atmospherics/components/trinary/mxer/attack_hand(mob/user) +/obj/machinery/atmospherics/components/trinary/mixer/attack_hand(mob/user) if(..()) return