Fix typos
This commit is contained in:
parent
55244205f7
commit
34bcf22807
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
# Some are old, some are new, some are secret, and some are well-known
|
||||
# Something counts as a hidden goodie if the effect is not advertised or must be discovered somehow
|
||||
# The list doesn't include any of the "pop-up" monsters, which are at best annoying
|
||||
# - if you defeat two or more leaders in Elves Beseiged, the orcish army is weakened enough such that there are far fewer ambushes in Crossroads
|
||||
# - if you defeat two or more leaders in Elves Besieged, the orcish army is weakened enough such that there are far fewer ambushes in Crossroads
|
||||
# - if you completely liberate Blackwater Port on HARD, you are given a free knight
|
||||
# - if you completely eliminate the undead presence on the Isle of the Damned, Moremirmu joins your party
|
||||
# - if you do not completely eliminate the undead presence on the Isle of the Damned, Moremirmu returns to help you in the Valley of Death
|
||||
|
|
|
@ -84,7 +84,7 @@ convert the terrain codes located in terrain.cfg to wiki formatted text.')
|
|||
parser.add_argument('-f', '--file', default='data/core/terrain.cfg',
|
||||
dest='path', help="The location of the terrain.cfg file.")
|
||||
parser.add_argument('-o', '--output', default='/tmp/TerrainCodeTableWML',
|
||||
dest='output_path', help="The location of the ouput file.")
|
||||
dest='output_path', help="The location of the output file.")
|
||||
args = parser.parse_args()
|
||||
|
||||
path = args.path
|
||||
|
|
Loading…
Add table
Reference in a new issue