Some conversions discovered while lifting SotBE.
This commit is contained in:
parent
9a09db3134
commit
d4c8727598
1 changed files with 5 additions and 1 deletions
|
@ -209,9 +209,13 @@ filemoves = {
|
|||
("type=holy", "type=arcane"),
|
||||
("holy=", "arcane=")
|
||||
),
|
||||
"1.3.2" : (
|
||||
("misc/item-holywater.png", "items/holywater.png"),
|
||||
("orc-small-hit.wav", "orc-small-hit-1.ogg"),
|
||||
),
|
||||
# An empty sentinel value at end is required.
|
||||
# Always have the current version here.
|
||||
"1.3.2" : (),
|
||||
"1.3.3" : ()
|
||||
}
|
||||
|
||||
# 1.2.x to 1.3.2 terrain conversion
|
||||
|
|
Loading…
Add table
Reference in a new issue