From bf6c3d3a247f01f65d89fde021263c345305665b Mon Sep 17 00:00:00 2001 From: Jeremy Liberman Date: Tue, 25 Mar 2014 22:17:02 -0500 Subject: [PATCH] Code review and remove baystation12.int from source control. --- baystation12.int | 6 ------ code/modules/virus2/analyser.dm | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 baystation12.int diff --git a/baystation12.int b/baystation12.int deleted file mode 100644 index 28f433f0ff9..00000000000 --- a/baystation12.int +++ /dev/null @@ -1,6 +0,0 @@ -// BEGIN_INTERNALS -/* -MAP_ICON_TYPE: 0 -AUTO_FILE_DIR: OFF -*/ -// END_INTERNALS \ No newline at end of file diff --git a/code/modules/virus2/analyser.dm b/code/modules/virus2/analyser.dm index 1add70e714b..8046c48af01 100644 --- a/code/modules/virus2/analyser.dm +++ b/code/modules/virus2/analyser.dm @@ -15,6 +15,7 @@ if(dish) user << "\The [src] is already loaded." + return dish = O user.drop_item()