From 324a8e85c354c4f0029b3cd08253ba75172ae84a Mon Sep 17 00:00:00 2001 From: Cyantime Date: Sun, 4 Feb 2018 17:06:22 -0500 Subject: [PATCH] Removes binocs from xenoarch --- code/modules/xenoarcheaology/misc_vr.dm | 9 --------- vorestation.dme | 1 - 2 files changed, 10 deletions(-) delete mode 100644 code/modules/xenoarcheaology/misc_vr.dm diff --git a/code/modules/xenoarcheaology/misc_vr.dm b/code/modules/xenoarcheaology/misc_vr.dm deleted file mode 100644 index 13f878e63e..0000000000 --- a/code/modules/xenoarcheaology/misc_vr.dm +++ /dev/null @@ -1,9 +0,0 @@ -/obj/structure/closet/excavation - name = "Excavation tools" - icon_state = "toolcloset" - icon_closed = "toolcloset" - icon_opened = "toolclosetopen" - - New() - ..() - new /obj/item/device/binoculars(src) diff --git a/vorestation.dme b/vorestation.dme index a5f8047f95..be1af5aa4e 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2674,7 +2674,6 @@ #include "code\modules\xenoarcheaology\manuals.dm" #include "code\modules\xenoarcheaology\master_controller.dm" #include "code\modules\xenoarcheaology\misc.dm" -#include "code\modules\xenoarcheaology\misc_vr.dm" #include "code\modules\xenoarcheaology\sampling.dm" #include "code\modules\xenoarcheaology\artifacts\artifact.dm" #include "code\modules\xenoarcheaology\artifacts\artifact_find.dm"