fixes a few radial menus not working (#23495)

* fixes a few radial menus not working

* also this
This commit is contained in:
GDN
2023-12-08 20:59:03 +00:00
committed by GitHub
parent 4ccd0b453f
commit ba96ed4686
5 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
var/list/choices = list()
for(var/obj/I in items_list)
choices["[I.name]"] = image(icon = I.icon, icon_state = I.icon_state)
var/choice = show_radial_menu(user, src, choices, custom_check = CALLBACK(src, PROC_REF(check_menu), user))
var/choice = show_radial_menu(user, user, choices, custom_check = CALLBACK(src, PROC_REF(check_menu), user))
if(!check_menu(user))
return
var/obj/item/selected