mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[MIRROR] Music Widget Modifications + Request Music Verb [MDB IGNORE] (#20186)
* Music Widget Modifications + Request Music Verb * Apply suggestions from code review Co-authored-by: SomeRandomOwl <2568378+SomeRandomOwl@users.noreply.github.com> --------- Co-authored-by: SomeRandomOwl <2568378+SomeRandomOwl@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
SomeRandomOwl
GoldenAlpharex
parent
31e66a86d9
commit
0f653cc966
@@ -1790,3 +1790,13 @@
|
||||
if(!paper_to_show)
|
||||
return
|
||||
paper_to_show.ui_interact(usr)
|
||||
else if(href_list["play_internet"])
|
||||
if(!check_rights(R_SOUND))
|
||||
return
|
||||
|
||||
var/link_url = href_list["play_internet"]
|
||||
if(!link_url)
|
||||
return
|
||||
|
||||
web_sound(usr, link_url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user