Merge pull request #4971 from monster860/datum_browserify

Makes a bunch of UI's use /datum/browser
This commit is contained in:
Fox McCloud
2016-07-16 08:52:18 -04:00
committed by GitHub
32 changed files with 180 additions and 137 deletions
+3 -1
View File
@@ -79,7 +79,9 @@
dat += text("Bluespace crystals: [amt_bluespace]<br>")
dat += text("<br><br><A href='?src=\ref[src];removeall=1'>Empty box</A>")
user << browse("[dat]", "window=orebox")
var/datum/browser/popup = new(user, "orebox", name, 400, 400)
popup.set_content(dat)
popup.open(0)
return
/obj/structure/ore_box/Topic(href, href_list)