mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[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:
co-authored by
John Willard
Giz
parent
51dd518ca4
commit
ecea3a506b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user