Fix Create Object/Turf/Mob all having the same title (#32747)

This commit is contained in:
Tad Hardesty
2017-11-15 17:06:35 -08:00
committed by CitadelStationBot
parent 286442cf4a
commit 5abfb077bd
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
var/turfjs = null
turfjs = jointext(typesof(/turf), ";")
create_turf_html = file2text('html/create_object.html')
create_turf_html = replacetext(create_turf_html, "Create Object", "Create Turf")
create_turf_html = replacetext(create_turf_html, "null /* object types */", "\"[turfjs]\"")
user << browse(create_panel_helper(create_turf_html), "window=create_turf;size=425x475")