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