mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
TGUI PDAs, legacy code to-be-removed
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
if(L)
|
||||
to_chat(L, "[bicon(pda)] [message]")
|
||||
SSnanoui.update_user_uis(L, pda) // Update the receiving user's PDA UI so that they can see the new message
|
||||
SStgui.update_user_uis(L, pda) // Update the receiving user's PDA UI so that they can see the new message
|
||||
|
||||
if(!notify_silent)
|
||||
pda.play_ringtone()
|
||||
@@ -59,6 +59,9 @@
|
||||
var/update = PDA_APP_UPDATE
|
||||
var/has_back = 0
|
||||
|
||||
/datum/data/pda/app/tgui_host(mob/user)
|
||||
return pda || src
|
||||
|
||||
/datum/data/pda/app/New()
|
||||
if(!title)
|
||||
title = name
|
||||
|
||||
Reference in New Issue
Block a user