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
+2 -2
View File
@@ -144,7 +144,7 @@
// Otherwise, the user mob's machine var will be reset directly.
//
/proc/onclosed(mob/user, windowid, var/atom/ref=null)
/proc/onclose(mob/user, windowid, var/atom/ref=null)
if(!user || !user.client) return
var/param = "null"
if(ref)
@@ -170,7 +170,7 @@
if(hsrc)
//world << "[src] Topic [href] [hsrc]"
usr = src.mob
src.Topic("close=1", list("close"="1"), hsrc) // this will direct to the atom's
src.Topic("close=1", list("close"="1"), hsrc) // this will direct to the atom's
return // Topic() proc via client.Topic()
// no atomref specified (or not found)