mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +00:00
Modular Tablets: Fix ringtone box (#66334)
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
switch(action)
|
||||
if("PDA_ringSet")
|
||||
var/t = tgui_input_text(usr, "Enter a new tablet ID", "Computer ID", "", 20)
|
||||
var/t = tgui_input_text(usr, "Enter a new ringtone", "Ringtone", "", 20)
|
||||
var/mob/living/usr_mob = usr
|
||||
if(in_range(computer, usr_mob) && computer.loc == usr_mob && t)
|
||||
if(SEND_SIGNAL(computer, COMSIG_TABLET_CHANGE_ID, usr_mob, t) & COMPONENT_STOP_RINGTONE_CHANGE)
|
||||
|
||||
Reference in New Issue
Block a user