mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix alignment of wanderer's hat and a typo
This commit is contained in:
parent
2cbb104243
commit
9901ba691e
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "Worn by Gnarlings and their Chieftains.",
|
||||
kind: TagExamples(
|
||||
item_ids: [
|
||||
"common.items.armor.mist.head.gnarling_mask",
|
||||
"common.items.armor.misc.head.gnarling_mask",
|
||||
],
|
||||
),
|
||||
quality: Common,
|
||||
|
@ -295,7 +295,7 @@
|
||||
color: None
|
||||
),
|
||||
(Dwarf, Female, "common.items.armor.misc.head.wanderers_hat"): (
|
||||
vox_spec: ("armor.misc.head.wanderers_hat", (-4, -5.0, 4.0)),
|
||||
vox_spec: ("armor.misc.head.wanderers_hat", (-5, -5.0, 4.0)),
|
||||
color: None
|
||||
),
|
||||
(Danari, Male, "common.items.armor.misc.head.wanderers_hat"): (
|
||||
|
Loading…
Reference in New Issue
Block a user