X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_dungeon.py;h=454a27a3c4ae81c69a226c11f3aaf7d37f155225;hb=8b1533db1a9d9af1801221d8b31bb5a700ae928d;hp=6ac5ba15dc9c90dcf4e54dfe82c96237ffda951b;hpb=319c5830c835b86cdcaa56e2ba9bdb50549e9186;p=open-adventure.git diff --git a/make_dungeon.py b/make_dungeon.py index 6ac5ba1..454a27a 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -317,7 +317,7 @@ def buildtravel(locs, objs): # THIS CODE IS WAAAY MORE COMPLEX THAN IT NEEDS TO BE. It's the # result of a massive refactoring exercise that concentrated all # the old nastiness in one spot. It hasn't been finally simplified - # because there's no need to do it until one of the asserions + # because there's no need to do it until one of the assertions # fails. Hint: if you try cleaning this up, the acceptance test is # simple - the output dungeon.c must not change. #