Updates travis, replaces lentext

This commit is contained in:
Unknown
2019-12-12 13:29:43 -05:00
parent 4caa483e59
commit fbbf91b799
24 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
proc/Intoxicated(phrase)
phrase = html_decode(phrase)
var/leng=lentext(phrase)
var/counter=lentext(phrase)
var/leng=length(phrase)
var/counter=length(phrase)
var/newphrase=""
var/newletter=""
while(counter>=1)