mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #6738 from PsiOmegaDelta/Messaging
Less PDA confusion.
This commit is contained in:
@@ -883,7 +883,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
|||||||
if(tap)
|
if(tap)
|
||||||
U.visible_message("<span class='notice'>[U] taps on \his PDA's screen.</span>")
|
U.visible_message("<span class='notice'>[U] taps on \his PDA's screen.</span>")
|
||||||
U.last_target_click = world.time
|
U.last_target_click = world.time
|
||||||
var/t = input(U, "Please enter message", name, null) as text
|
var/t = input(U, "Please enter message", P.name, null) as text
|
||||||
t = copytext(sanitize(t), 1, MAX_MESSAGE_LEN)
|
t = copytext(sanitize(t), 1, MAX_MESSAGE_LEN)
|
||||||
if (!t || !istype(P))
|
if (!t || !istype(P))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user