From 738e81f8dfab2aecd67b9fcd0107356c18d31010 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Sun, 6 Mar 2016 04:57:03 -0500 Subject: [PATCH] A couple tweaks to the mime stuff --- code/game/mecha/equipment/tools/tools.dm | 3 --- code/game/objects/items/stacks/sheets/mineral.dm | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm index 2d3414ef906..4be1d7f9ce4 100644 --- a/code/game/mecha/equipment/tools/tools.dm +++ b/code/game/mecha/equipment/tools/tools.dm @@ -1124,9 +1124,6 @@ energy_drain = 250 range = MELEE|RANGED -/obj/item/mecha_parts/mecha_equipment/tool/mimercd/Destroy() - return ..() - /obj/item/mecha_parts/mecha_equipment/tool/mimercd/can_attach(obj/mecha/combat/recitence/M as obj) if(..()) if(istype(M)) diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index 24febd02a40..d924a84da2d 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -65,7 +65,7 @@ var/global/list/datum/stack_recipe/bananium_recipes = list ( \ var/global/list/datum/stack_recipe/mime_recipes = list ( \ new/datum/stack_recipe("silent tile", /obj/item/stack/tile/silent, 1, 4, 20), \ - new/datum/stack_recipe("invisible wall", /obj/structure/barricade/mime, 10, one_per_turf = 1, on_floor = 1, time = 50), \ + new/datum/stack_recipe("invisible wall", /obj/structure/barricade/mime, 5, one_per_turf = 1, on_floor = 1, time = 50), \ ) /obj/item/stack/sheet/mineral