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

Conflicts:
	code/datums/browser.dm
	html/browser/common.css
This commit is contained in:
DJSnapshot
2014-06-22 03:31:06 -07:00
committed by ZomgPonies
parent f35d8d335d
commit 54b2e5f7a7
8 changed files with 29 additions and 51 deletions
@@ -174,7 +174,8 @@
dat = show_manifest()
popup = new(usr, "ID Computer", name, 940, 520)
popup.width = 940
popup.height = 520
popup.set_content(dat)
popup.open()
return