mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Shitload of stuff.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user