Switch fully over to YAML generation of condition bits. COND is gone.
[open-adventure.git] / newdungeon.py
index 092c342e52038588bc08550cc985fb3bbca5e4d0..624ea865ed30f8f5901701199a25a2f99aad0eb4 100755 (executable)
@@ -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[] = {{
 {}
 }};