Another buff to radio jammers (#19696)

* jammer buff part 2

* 75 --> 70
This commit is contained in:
Henri215
2022-11-15 19:44:46 +00:00
committed by GitHub
parent e8fcba9900
commit fc57d9fc61
2 changed files with 4 additions and 4 deletions
@@ -387,8 +387,8 @@ GLOBAL_LIST_INIT(default_medbay_channels, list(
var/jobname // the mob's "job"
var/rankname // the formatting to be used for the mob's job
if(jammed)
Gibberish_all(message_pieces, 100)
if(jammed && !syndiekey)
Gibberish_all(message_pieces, 100, 70)
// --- Human: use their actual job ---
if(ishuman(M))