mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
extraneous periods go away
This commit is contained in:
parent
4a3ff2bc88
commit
f63f16f5e3
@ -1,6 +1,6 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Lettuce",
|
name: "Lettuce",
|
||||||
description: "Restores 10 Health over 20 seconds\n\nA vibrant green leafy vegetable. Lettuce make some salads!.",
|
description: "Restores 10 Health over 20 seconds\n\nA vibrant green leafy vegetable. Lettuce make some salads!",
|
||||||
kind: Consumable(
|
kind: Consumable(
|
||||||
kind: "Lettuce",
|
kind: "Lettuce",
|
||||||
effect: [
|
effect: [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ItemDef(
|
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?.",
|
description: "Restores 20 Health over 20 seconds\n\nLiterally just chopped lettuce. Does this even count as a salad?",
|
||||||
kind: Consumable(
|
kind: Consumable(
|
||||||
kind: "PlainSalad",
|
kind: "PlainSalad",
|
||||||
effect: [
|
effect: [
|
||||||
|
Loading…
Reference in New Issue
Block a user