Skip to content

Commit

Permalink
Edits radial.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Nov 10, 2023
1 parent 4813505 commit d75b6fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/_onclick/hud/radial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,6 @@ GLOBAL_LIST_EMPTY(radial_menus)
E.next_page = FALSE
if(choices_icons[choice_id])
E.add_overlay(choices_icons[choice_id])
if (choice_datums[choice_id])
var/datum/radial_menu_choice/choice_datum = choice_datums[choice_id]
if (choice_datum.info)
var/obj/effect/abstract/info/info_button = new(E, choice_datum.info)
info_button.layer = ABOVE_HUD_LAYER
E.vis_contents += info_button

/datum/radial_menu/New()
close_button = new
Expand Down

0 comments on commit d75b6fe

Please sign in to comment.