Skip to content
Snippets Groups Projects
Commit a4fc7a3b authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'SC-script-random-to-jsRandom' into 'pregmod-master'

random to jsRandom

See merge request !6783
parents 49c4f133 50d056a6
No related branches found
No related tags found
1 merge request!6783random to jsRandom
......@@ -102,3 +102,6 @@ editor.rereplace(r"( r.push.*?[^{])(slave\.[^ ,']*)", r"\1${\2}")
#remove incompatible comment style
editor.rereplace(r"/%", r"/*")
editor.rereplace(r"%/", r"*/")
# replace random() with jsRandom()
editor.rereplace(r"random\(", r"jsRandom\(")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment