From bd38d3aabdaeb42bb41d0e526d9dce06e80f200d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:27:45 +0200 Subject: [PATCH] [MIRROR] sausage time, fixes sausage processing runtiming [MDB IGNORE] (#13039) * Fixes sausage processing runtiming (#66382) * sausage time, fixes sausage processing runtiming Co-authored-by: capsaicin <84609863+capsaicinz@users.noreply.github.com> --- code/game/atoms.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 5acf2b9bd5a..ad43b40723a 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -1446,6 +1446,8 @@ choices += list("[initial(current_option_type.name)]" = option_image) var/pick = show_radial_menu(user, src, choices, radius = 36, require_near = TRUE) + if(!pick) + return StartProcessingAtom(user, processed_object, choices_to_options[pick])