RCD Improvements + Holofans + fixes (#6738)

This commit is contained in:
BlackMajor
2023-08-07 03:07:59 +12:00
committed by GitHub
parent 70c3599a77
commit 7fd1ff3dc5
22 changed files with 1571 additions and 13 deletions

View File

@@ -261,6 +261,8 @@ GLOBAL_LIST_EMPTY(radial_menus)
current_user = M.client
//Blank
menu_holder = image(icon='icons/effects/effects.dmi',loc=anchor,icon_state="nothing",layer = LAYER_HUD_ABOVE)
menu_holder.plane = PLANE_PLAYER_HUD_ABOVE //CHOMPEdit - fixed plane
menu_holder.appearance_flags |= RESET_TRANSFORM //CHOMPEdit - fix radial scaling improperly based on mob size
menu_holder.appearance_flags |= KEEP_APART
menu_holder.vis_contents += elements + close_button
current_user.images += menu_holder