Fixes and Stuff

This commit is contained in:
Fox-McCloud
2014-11-11 22:48:08 -05:00
parent e3ee72b9bd
commit f84ca26012
15 changed files with 89 additions and 7 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
if(myyellowtoolbox)
dat += "<a href='?src=\ref[src];yellowtoolbox=1'>[myyellowtoolbox.name]</a><br>"
if(myengitape)
dat += "<a href='?src=\ref[src];myengitape=1'>[myengitape.name]</a><br>"
dat += "<a href='?src=\ref[src];engitape=1'>[myengitape.name]</a><br>"
var/datum/browser/popup = new(user, "engicart", name, 240, 160)
popup.set_content(dat)
popup.open()