mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 15:15:34 +01:00
once again improves pda message immersion (#69534)
About The Pull Request Reimplements #37735 (add 1% chance to have "Sent from my PDA" appended to a message) as it was lost during the transition to tablets. Why It's Good For The Game Feature parity with previous system.
This commit is contained in:
@@ -256,6 +256,9 @@
|
||||
if (!string_targets.len)
|
||||
return FALSE
|
||||
|
||||
if (prob(1))
|
||||
message += " Sent from my PDA"
|
||||
|
||||
var/datum/signal/subspace/messaging/tablet_msg/signal = new(computer, list(
|
||||
"name" = fake_name || computer.saved_identification,
|
||||
"job" = fake_job || computer.saved_job,
|
||||
|
||||
Reference in New Issue
Block a user