From f131543fb77d3496674dabd4ecb64e6510b42ef1 Mon Sep 17 00:00:00 2001 From: caelaislinn Date: Mon, 25 Jun 2012 08:55:28 +1000 Subject: [PATCH] fix for never closing bug Signed-off-by: caelaislinn --- code/modules/research/artifact_synthetic.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/research/artifact_synthetic.dm b/code/modules/research/artifact_synthetic.dm index 8ace0063cee..fc6743e5762 100644 --- a/code/modules/research/artifact_synthetic.dm +++ b/code/modules/research/artifact_synthetic.dm @@ -149,6 +149,5 @@ if(href_list["close"]) usr << browse(null, "window=anodevice") usr.machine = null - - if(usr) + else if(usr) src.interact(usr)