X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=newdungeon.py;h=624ea865ed30f8f5901701199a25a2f99aad0eb4;hp=092c342e52038588bc08550cc985fb3bbca5e4d0;hb=7f7f49b7396135f53e31c03d28ecc4d69b8b4584;hpb=537c4511e2f3802421f79aed7b6af16d66adb518 diff --git a/newdungeon.py b/newdungeon.py index 092c342..624ea86 100755 --- a/newdungeon.py +++ b/newdungeon.py @@ -59,7 +59,7 @@ extern const class_t classes[]; extern turn_threshold_t turn_thresholds[]; extern obituary_t obituaries[]; extern hint_t hints[]; -extern const long conditions[]; +extern long conditions[]; extern const size_t CLSSES; extern const int maximum_deaths; @@ -114,7 +114,7 @@ hint_t hints[] = {{ {} }}; -const long conditions[] = {{ +long conditions[] = {{ {} }};