From 2f5b302354ededbe2f128a4bad4c9860d9cc1dc7 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 16 Aug 2017 12:12:03 -0400 Subject: [PATCH] WHY DOES THIS COMPILE --- code/modules/admin/verbs/debug.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 63fc32eed62..362ce2a1d82 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -352,7 +352,6 @@ GLOBAL_PROTECT(AdminProcCallCount) /obj/item/reagent_containers/food/drinks = "DRINK", //longest paths comes first /obj/item/reagent_containers/food = "FOOD", /obj/item/reagent_containers = "REAGENT_CONTAINERS", - /obj/item = "WEAPON", /obj/machinery/atmospherics = "ATMOS_MECH", /obj/machinery/portable_atmospherics = "PORT_ATMOS", /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack = "MECHA_MISSILE_RACK",