mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Fixed up security, medical, card, and crew. Made Computer 3 actually do what it's supposed to do.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user