mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
d04364b1f1
+ Check equip_slot can hold item in LoadoutBuilder
12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
EntityConfig (
|
|
name: Some("Yak"),
|
|
body: RandomWith("yak"),
|
|
alignment: Alignment(Wild),
|
|
|
|
loot: Uninit,
|
|
|
|
hands: Uninit,
|
|
|
|
meta: [],
|
|
)
|