mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Better path colour on map, typo fixes
This commit is contained in:
parent
444f2ecb45
commit
cd5e4ef3b7
@ -1,12 +1,12 @@
|
|||||||
Item(
|
Item(
|
||||||
name: "Coconut",
|
name: "Coconut",
|
||||||
description: "Reliable Source of water and fat.
|
description: "Reliable source of water and fat.
|
||||||
|
|
||||||
Restores 20 Health.",
|
Restores 30 health.",
|
||||||
kind: Consumable(
|
kind: Consumable(
|
||||||
kind: Coconut,
|
kind: Coconut,
|
||||||
effect: Health((
|
effect: Health((
|
||||||
amount: 20,
|
amount: 30,
|
||||||
cause: Item,
|
cause: Item,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -298,7 +298,7 @@ impl MapConfig {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let rgba = if is_path {
|
let rgba = if is_path {
|
||||||
(0x20, 0x19, 0x13, 0xFF)
|
(0x37, 0x29, 0x23, 0xFF)
|
||||||
} else {
|
} else {
|
||||||
rgba
|
rgba
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user