replaces lentext() with length()

This commit is contained in:
Kyep
2020-01-06 16:01:20 -08:00
parent 2208fb3407
commit 2fd66d8510
18 changed files with 51 additions and 51 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
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)