modified process scheduler, 510 compatibility, explosions moved to process

this is all very alpha please don't hate me too much if i fucked it up
This commit is contained in:
drsingh
2016-03-12 16:36:00 -08:00
parent d8a2d60915
commit dc4217b498
125 changed files with 767 additions and 820 deletions
@@ -241,7 +241,7 @@
string = copytext(string,2)
//boutput(world, "string is now: [string]")
var/list/sort1 = dd_text2list(string,"/")
var/list/sort1 = splittext(string,"/")
if (sort1.len && copytext(sort1[1], 4, 5) == ":")
. = lowertext( copytext(sort1[1], 1, 4) )
if (length(sort1[1]) > 4)
@@ -317,7 +317,7 @@
string = copytext(string,2)
//boutput(world, "string is now: [string]")
var/list/sort1 = dd_text2list(string,"/")
var/list/sort1 = splittext(string,"/")
if (sort1.len && copytext(sort1[1], 4, 5) == ":")
. = lowertext( copytext(sort1[1], 1, 4) )
if (length(sort1[1]) > 4)
@@ -440,7 +440,7 @@
if(!string)
return 1
if(ckey(string) != dd_replacetext(lowertext(string), " ", null))
if(ckey(string) != replacetext(lowertext(string), " ", null))
return 1
if(findtext(string, "/"))