Makes mob/obj/turf spawn windows pop up in proper size

This commit is contained in:
Atermonera
2020-07-05 11:03:23 -07:00
committed by VirgoBot
parent 890effdf68
commit 14484a2d83
3 changed files with 7 additions and 3 deletions

View File

@@ -6,4 +6,4 @@
create_turf_html = file2text('html/create_object.html')
create_turf_html = replacetext(create_turf_html, "null /* object types */", "\"[turfjs]\"")
user << browse(replacetext(create_turf_html, "/* ref src */", "\ref[src]"), "window=create_turf;size=425x475")
user << browse(replacetext(create_turf_html, "/* ref src */", "\ref[src]"), "window=create_turf;size=680x600")