mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Switches most common visible_messages to look like emotes, inc. surgery. (#8981)
This commit is contained in:
@@ -1113,7 +1113,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
|
||||
/obj/item/device/pda/proc/create_message(var/mob/living/U = usr, var/obj/item/device/pda/P, var/tap = 1)
|
||||
if(tap)
|
||||
U.visible_message("<span class='notice'>\The [U] taps on \his PDA's screen.</span>")
|
||||
U.visible_message("<b>\The [U]</b> taps on \his PDA's screen.")
|
||||
var/t = input(U, "Please enter message", P.name, null) as text|null
|
||||
t = sanitize(t)
|
||||
//t = readd_quotes(t)
|
||||
|
||||
Reference in New Issue
Block a user