mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
[READY] Makes PDA Messaging Cause Visible Messages (#18950)
* holy fucking bingle * you right tbh * :3 --------- Co-authored-by: Snakebittenn <12636964+Snakebittenn@users.noreply.github.com>
This commit is contained in:
@@ -283,6 +283,9 @@
|
||||
|
||||
if (prob(1))
|
||||
message += " Sent from my PDA"
|
||||
// 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
|
||||
|
||||
var/datum/signal/subspace/messaging/tablet_msg/signal = new(computer, list(
|
||||
"name" = fake_name || computer.saved_identification,
|
||||
|
||||
Reference in New Issue
Block a user