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/mobjs = null
mobjs = jointext(typesof(/mob), ";")
create_mob_html = file2text('html/create_object.html')
create_mob_html = replacetext(create_mob_html, "Create Object", "Create Mob")
create_mob_html = replacetext(create_mob_html, "null /* object types */", "\"[mobjs]\"")
user << browse(create_panel_helper(create_mob_html), "window=create_mob;size=425x475")