From 0fd1c943159ed7a540d50d670992c0bc4af104f7 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 19 Jul 2016 17:58:39 -0400 Subject: [PATCH] oops --- code/modules/reagents/reagent_containers/food/drinks.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/code/modules/reagents/reagent_containers/food/drinks.dm b/code/modules/reagents/reagent_containers/food/drinks.dm index beabf7e02cd..41486497be2 100644 --- a/code/modules/reagents/reagent_containers/food/drinks.dm +++ b/code/modules/reagents/reagent_containers/food/drinks.dm @@ -280,13 +280,6 @@ name = "flask" desc = "For those who can't be bothered to hang out at the bar to drink." icon_state = "barflask" - volume = 60 - -/obj/item/weapon/reagent_containers/food/drinks/flask/detflask - name = "Detective's Flask" - desc = "A metal flask with a leather band and golden badge belonging to the detective." - icon_state = "detflask" - volume = 60 /obj/item/weapon/reagent_containers/food/drinks/flask/gold name = "captain's flask" @@ -294,7 +287,7 @@ icon_state = "flask_gold" materials = list(MAT_GOLD=500) -/obj/item/weapon/reagent_containers/food/drinks/flask/det +/obj/item/weapon/reagent_containers/food/drinks/flask/detflask name = "detective's flask" desc = "The detective's only true friend." icon_state = "detflask"