mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
text be gone (#22929)
This commit is contained in:
@@ -247,9 +247,9 @@
|
||||
p = 1
|
||||
while(p <= n)
|
||||
if((copytext(te, p, p + 1) == " " || prob(pr)))
|
||||
t = text("[][]", t, copytext(te, p, p + 1))
|
||||
t = "[t][copytext(te, p, p + 1)]"
|
||||
else
|
||||
t = text("[]*", t)
|
||||
t = "[t]*"
|
||||
p++
|
||||
return t
|
||||
|
||||
|
||||
Reference in New Issue
Block a user