Fixed up security, medical, card, and crew. Made Computer 3 actually do what it's supposed to do.

This commit is contained in:
DJSnapshot
2014-06-22 03:31:06 -07:00
parent 4067dffb81
commit 7a5a3d47ae
7 changed files with 34 additions and 13 deletions

View File

@@ -193,7 +193,8 @@
else
else
dat += text("<A href='?src=\ref[];choice=Log In'>{Log In}</A>", src)
var/datum/browser/popup = new(usr, "secure_rec", "Security Records", 600, 400)
popup.width = 600
popup.height = 400
popup.set_content(dat)
popup.set_title_image(usr.browse_rsc_icon(computer.icon, computer.icon_state))
popup.open()