Merge pull request #29955 from tgstation/Cyberboss-patch-6

Removes admin type shortcut for /weapon
This commit is contained in:
oranges
2017-08-17 11:50:05 +12:00
committed by GitHub

View File

@@ -352,7 +352,6 @@ GLOBAL_PROTECT(AdminProcCallCount)
/obj/item/reagent_containers/food/drinks = "DRINK", //longest paths comes first /obj/item/reagent_containers/food/drinks = "DRINK", //longest paths comes first
/obj/item/reagent_containers/food = "FOOD", /obj/item/reagent_containers/food = "FOOD",
/obj/item/reagent_containers = "REAGENT_CONTAINERS", /obj/item/reagent_containers = "REAGENT_CONTAINERS",
/obj/item = "WEAPON",
/obj/machinery/atmospherics = "ATMOS_MECH", /obj/machinery/atmospherics = "ATMOS_MECH",
/obj/machinery/portable_atmospherics = "PORT_ATMOS", /obj/machinery/portable_atmospherics = "PORT_ATMOS",
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack = "MECHA_MISSILE_RACK", /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack = "MECHA_MISSILE_RACK",