From 6f331e0435ea728916c8ea1af5d4dafe591503aa Mon Sep 17 00:00:00 2001 From: Entropy Date: Thu, 17 Dec 2020 12:43:33 -0800 Subject: [PATCH] changed sec count to be consistent w/ other foods --- assets/common/items/food/carrot.ron | 2 +- assets/common/items/food/coltsfoot.ron | 2 +- assets/common/items/food/dandelion.ron | 2 +- assets/common/items/food/garlic.ron | 2 +- assets/common/items/food/lettuce.ron | 2 +- assets/common/items/food/meat.ron | 2 +- assets/common/items/food/onion.ron | 2 +- assets/common/items/food/plainsalad.ron | 4 ++-- assets/common/items/food/sage.ron | 2 +- assets/common/items/food/tomato.ron | 2 +- assets/common/items/food/tomatosalad.ron | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/common/items/food/carrot.ron b/assets/common/items/food/carrot.ron index 5fcd02a465..477b757d3c 100644 --- a/assets/common/items/food/carrot.ron +++ b/assets/common/items/food/carrot.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/coltsfoot.ron b/assets/common/items/food/coltsfoot.ron index b4f884d40f..923e428f9a 100644 --- a/assets/common/items/food/coltsfoot.ron +++ b/assets/common/items/food/coltsfoot.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/dandelion.ron b/assets/common/items/food/dandelion.ron index 026ffe75bc..6195240040 100644 --- a/assets/common/items/food/dandelion.ron +++ b/assets/common/items/food/dandelion.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/garlic.ron b/assets/common/items/food/garlic.ron index c5315788d5..90bda55862 100644 --- a/assets/common/items/food/garlic.ron +++ b/assets/common/items/food/garlic.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/lettuce.ron b/assets/common/items/food/lettuce.ron index 1ee852d28c..4b274e9d10 100644 --- a/assets/common/items/food/lettuce.ron +++ b/assets/common/items/food/lettuce.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/meat.ron b/assets/common/items/food/meat.ron index 8fbd46f890..e121ff67de 100644 --- a/assets/common/items/food/meat.ron +++ b/assets/common/items/food/meat.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/onion.ron b/assets/common/items/food/onion.ron index 6d15e74023..3fd3010e5b 100644 --- a/assets/common/items/food/onion.ron +++ b/assets/common/items/food/onion.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/plainsalad.ron b/assets/common/items/food/plainsalad.ron index 94a25af70e..a947cf6f9e 100644 --- a/assets/common/items/food/plainsalad.ron +++ b/assets/common/items/food/plainsalad.ron @@ -1,5 +1,5 @@ ItemDef( - name: Plain Salad", + name: "Plain Salad", description: "Restores 20 Health over 20 seconds\n\nLiterally just chopped lettuce. Does this even count as a salad?", kind: Consumable( kind: "PlainSalad", @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 10.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/sage.ron b/assets/common/items/food/sage.ron index a8500bff24..1bcaa3adfb 100644 --- a/assets/common/items/food/sage.ron +++ b/assets/common/items/food/sage.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/tomato.ron b/assets/common/items/food/tomato.ron index 0a5cd5752a..0a8d99a0ee 100644 --- a/assets/common/items/food/tomato.ron +++ b/assets/common/items/food/tomato.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 5.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/tomatosalad.ron b/assets/common/items/food/tomatosalad.ron index ae83f259fe..e4171eca15 100644 --- a/assets/common/items/food/tomatosalad.ron +++ b/assets/common/items/food/tomatosalad.ron @@ -9,7 +9,7 @@ ItemDef( data: ( strength: 15.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ),