Adds Radio Jammers

This commit is contained in:
Fox-McCloud
2017-06-30 18:20:21 -04:00
parent 52af2d8c0e
commit 08c8ba569c
6 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ proc/slur(phrase, var/list/slurletters = ("'"))//use a different list as an inpu
return sanitize(copytext(t,1,MAX_MESSAGE_LEN))
proc/Gibberish(t, p)//t is the inputted message, and any value higher than 70 for p will cause letters to be replaced instead of added
/proc/Gibberish(t, p)//t is the inputted message, and any value higher than 70 for p will cause letters to be replaced instead of added
/* Turn text into complete gibberish! */
var/returntext = ""
for(var/i = 1, i <= length(t), i++)