Shitload of stuff.

This commit is contained in:
SkyMarshal
2012-01-02 21:48:42 -07:00
parent fbf59a3411
commit 411ccc4075
42 changed files with 4138 additions and 3864 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ proc/isorgan(A)
else
if (pr >= 100)
return n
var/te = n
var/te = html_decode(n)
var/t = ""
n = length(n)
var/p = null
@@ -155,7 +155,7 @@ proc/isorgan(A)
else
t = text("[]*", t)
p++
return t
return html_encode(t)
/*proc/NewStutter(phrase,stunned)
phrase = html_decode(phrase)