mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Revert "Revert "Garbage collection, asset delivery, icon2html revolution, and…" (#15816)
This reverts commit f6d0f62622.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
L = get(pda, /mob/living/silicon)
|
||||
|
||||
if(L)
|
||||
to_chat(L, "\icon[pda][bicon(pda)] [message]")
|
||||
to_chat(L, "[icon2html(pda,L.client)] [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)
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
|
||||
SStgui.update_user_uis(U, P) // Update the sending user's PDA UI so that they can see the new message
|
||||
log_pda("(PDA: [src.name]) sent \"[t]\" to [P.name]", usr)
|
||||
to_chat(U, "\icon[pda][bicon(pda)] <b>Sent message to [P.owner] ([P.ownjob]), </b>\"[t]\"")
|
||||
to_chat(U, "[icon2html(pda,U.client)] <b>Sent message to [P.owner] ([P.ownjob]), </b>\"[t]\"")
|
||||
else
|
||||
to_chat(U, "<span class='notice'>ERROR: Messaging server is not responding.</span>")
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
S = 'sound/machines/twobeep.ogg'
|
||||
playsound(loc, S, 50, 1)
|
||||
for(var/mob/O in hearers(3, loc))
|
||||
O.show_message(text("\icon[src][bicon(src)] *[ttone]*"))
|
||||
O.show_message(text("[icon2html(src, O.client)] *[ttone]*"))
|
||||
|
||||
/obj/item/device/pda/proc/set_ringtone()
|
||||
var/t = tgui_input_text(usr, "Please enter new ringtone", name, ttone)
|
||||
@@ -145,7 +145,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
model_name = "Thinktronic 5230 Personal Data Assistant"
|
||||
if(2)
|
||||
icon = 'icons/obj/pda_slim.dmi'
|
||||
model_name = "Ward-Takahashi SlimFit™ Personal Data Assistant"
|
||||
model_name = "Ward-Takahashi SlimFit� Personal Data Assistant"
|
||||
if(3)
|
||||
icon = 'icons/obj/pda_old.dmi'
|
||||
model_name = "Thinktronic 5120 Personal Data Assistant"
|
||||
@@ -172,7 +172,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
)
|
||||
if(7)
|
||||
icon = 'icons/obj/pda_slider.dmi' //VOREStation edit
|
||||
model_name = "Slider® Personal Data Assistant"
|
||||
model_name = "Slider� Personal Data Assistant"
|
||||
if(8)
|
||||
icon = 'icons/obj/pda_vintage.dmi'
|
||||
model_name = "\[ERR:INVALID_MANUFACTURER_ID\] Personal Data Assistant"
|
||||
|
||||
Reference in New Issue
Block a user