fix pfau's broken commit

This commit is contained in:
timokoesters
2020-03-18 21:12:55 +01:00
parent f57497fda4
commit 62148bcd92

View File

@ -7,11 +7,11 @@
vox_spec: ("weapon.sword.rusty_2h", (-1.5, -6.5, -4.0)), vox_spec: ("weapon.sword.rusty_2h", (-1.5, -6.5, -4.0)),
color: None color: None
), ),
Sword(WoodTraining) Sword(WoodTraining): (
vox_spec: ("weapon.sword.wood_2h", (-1.5, -6.5, -4.0)), vox_spec: ("weapon.sword.wood_2h", (-1.5, -6.5, -4.0)),
color: None color: None
), ),
Sword(Zweihander0) Sword(Zweihander0): (
vox_spec: ("weapon.sword.zweihander_2h-0", (-1.5, -6.5, -4.0)), vox_spec: ("weapon.sword.zweihander_2h-0", (-1.5, -6.5, -4.0)),
color: None color: None
), ),