X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_dungeon.py;h=0b8bc5328c5d10a42e7c5a0ed10cb83e3a6d4c18;hb=f26514b5dd3624076f59801cfca66cc7cbdd3313;hp=12f39e777c6df91d1bbabc27df9f81988ffa7be2;hpb=7d4dd78679453010fc71aa51a51fbf4e13b018a8;p=open-adventure.git diff --git a/make_dungeon.py b/make_dungeon.py index 12f39e7..0b8bc53 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright 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: