Revert "Dunefolk: fix images for u.w.o"
TC does not work with this.
See FR #4763
This reverts commit 002a2156ac
.
This commit is contained in:
parent
3c6b15f22b
commit
db30460e4c
2 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,7 @@ units/dunefolk/rider/#enddef
|
|||
id=Dune Marauder
|
||||
name= _ "Dune Marauder"
|
||||
race=dunefolk
|
||||
# The ~O(0) trick is used here to allow the main image to get used in contexts where IPFs are not supported
|
||||
image="{PATH_TEMP}marauder.png~O(0)~BLIT({TORCH_STATIC_IMAGE},0,0)"
|
||||
image="{TORCH_STATIC_IMAGE}"
|
||||
hitpoints=58
|
||||
movement_type=dunehorse
|
||||
movement=9
|
||||
|
|
|
@ -11,8 +11,7 @@ units/dunefolk/rider/#enddef
|
|||
id=Dune Raider
|
||||
name= _ "Dune Raider"
|
||||
race=dunefolk
|
||||
# The ~O(0) trick is used here to allow the main image to get used in contexts where IPFs are not supported
|
||||
image="{PATH_TEMP}raider.png~O(0)~BLIT({TORCH_STATIC_IMAGE},0,0)"
|
||||
image="{TORCH_STATIC_IMAGE}"
|
||||
hitpoints=45
|
||||
movement_type=dunehorse
|
||||
movement=9
|
||||
|
|
Loading…
Add table
Reference in a new issue