X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_dungeon.py;h=8d7f71960d9954b16cd76e93fe51103d76ce175d;hb=HEAD;hp=8ab149ec458e6575f849a7480b6f89f059279e9d;hpb=2582e240bd504307b206a384008adb4dd545eb19;p=open-adventure.git diff --git a/make_dungeon.py b/make_dungeon.py index 8ab149e..8d7f719 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: Copyright Eric S. Raymond +# SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause """ This is the open-adventure dungeon generator. It consumes a YAML description of @@ -626,6 +626,7 @@ if __name__ == "__main__": tkeys=bigdump(tkey), travel=get_travel(travel), ignore=ignore, + dwarflocs=", ".join(db["dwarflocs"]) + ",", ) # 0-origin index of birds's last song. Bird should @@ -650,6 +651,7 @@ if __name__ == "__main__": motions=get_refs(db["motions"]), actions=get_refs(db["actions"]), state_definitions=statedefines, + ndwarflocs=str(len(db["dwarflocs"])), ) with open(H_NAME, "w", encoding="ascii", errors="surrogateescape") as hf: