mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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)
|
||||
U.visible_message("<span class='notice'>[U] taps on \his PDA's screen.</span>")
|
||||
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)
|
||||
if (!t || !istype(P))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user