[MIRROR] once again improves pda message immersion [MDB IGNORE] (#15942)

* 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.

* once again improves pda message immersion

Co-authored-by: Coldud <coldud13@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-08-31 18:33:39 +02:00
committed by GitHub
parent 4adcaed888
commit ee9a337efd
@@ -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,