mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[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>
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user