mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
turns radial menus into screen objects (#22690)
* turns radial menus into screen objects * reviews * Update code/_onclick/hud/radial.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -441,7 +441,7 @@
|
||||
to_chat(user, "<span class='warning'>You have already fully upgraded everything available!</span>")
|
||||
return FALSE
|
||||
|
||||
var/raw_choice = show_radial_menu(user, isturf(user.loc) ? user : user.loc, upgrades, radius = 48)
|
||||
var/raw_choice = show_radial_menu(user, user, upgrades, radius = 48)
|
||||
if(!raw_choice)
|
||||
return
|
||||
var/choice = splittext(raw_choice, " ")[1]
|
||||
|
||||
Reference in New Issue
Block a user