A couple tweaks to the mime stuff

This commit is contained in:
Tastyfish
2016-03-06 04:57:03 -05:00
parent d189d70f4a
commit 738e81f8df
2 changed files with 1 additions and 4 deletions
@@ -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