Ports Byond 510 preperations from Bay

Updates comment

Updates supply file
This commit is contained in:
Yoshax
2016-03-14 18:21:44 +00:00
parent 634bab54e5
commit 8be10d96dd
53 changed files with 230 additions and 248 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
/datum/admins/proc/create_mob(var/mob/user)
if (!create_mob_html)
var/mobjs = null
mobjs = list2text(typesof(/mob), ";")
mobjs = jointext(typesof(/mob), ";")
create_mob_html = file2text('html/create_object.html')
create_mob_html = replacetext(create_mob_html, "null /* object types */", "\"[mobjs]\"")