[MIRROR] Clear PDAs now specify they are a crystal PDA in messenger [MDB IGNORE] (#22484)

* Clear PDAs now specify they are a crystal PDA in messenger

* Merge conflict

---------

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-07-15 22:22:00 -04:00
committed by GitHub
co-authored by John Willard Giz
parent 51dd518ca4
commit ecea3a506b
5 changed files with 14 additions and 3 deletions
@@ -291,8 +291,8 @@
if(ishuman(user))
var/mob/living/carbon/human/old_person = user
sent_prob = old_person.age >= 30 ? 25 : sent_prob
if (prob(sent_prob))
message += " Sent from my PDA"
if (computer && prob(sent_prob))
message += " [computer.get_messenger_ending()]"
// SKYRAT EDIT BEGIN - PDA messages show a visible message; again!
user.visible_message(span_notice("[user]'s PDA rings out with the soft sound of keypresses."), vision_distance = COMBAT_MESSAGE_RANGE)
//SKYRAT EDIT END