u.w.o: display Marauder & Raider correctly
[ci skip]
This commit is contained in:
parent
fe31bb9973
commit
f83c41458b
2 changed files with 12 additions and 0 deletions
|
@ -10,7 +10,13 @@ units/dunefolk/rider/#enddef
|
|||
id=Dune Marauder
|
||||
name= _ "Dune Marauder"
|
||||
race=dunefolk
|
||||
#ifndef __WMLUNITS__
|
||||
image="{TORCH_STATIC_IMAGE}"
|
||||
#else
|
||||
# Shown on units.wesnoth.org instead,
|
||||
# because Image Path Functions aren't available there.
|
||||
image="{PATH_TEMP}marauder.png"
|
||||
#endif
|
||||
hitpoints=58
|
||||
movement_type=dunehorse
|
||||
movement=9
|
||||
|
|
|
@ -10,7 +10,13 @@ units/dunefolk/rider/#enddef
|
|||
id=Dune Raider
|
||||
name= _ "Dune Raider"
|
||||
race=dunefolk
|
||||
#ifndef __WMLUNITS__
|
||||
image="{TORCH_STATIC_IMAGE}"
|
||||
#else
|
||||
# Shown on units.wesnoth.org instead,
|
||||
# because Image Path Functions aren't available there.
|
||||
image="{PATH_TEMP}raider.png"
|
||||
#endif
|
||||
hitpoints=45
|
||||
movement_type=dunehorse
|
||||
movement=9
|
||||
|
|
Loading…
Add table
Reference in a new issue