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:
Coldud
2022-08-31 13:59:51 +10:00
committed by GitHub
parent fe9f279ed7
commit 80770657cb
@@ -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,