diff --git a/complex2.cpp b/complex2.cpp index be515ea7..b6eb6645 100644 --- a/complex2.cpp +++ b/complex2.cpp @@ -1016,6 +1016,7 @@ EX namespace dice { EX void generate_full(cell *c, int hard) { int dp = die_possible(c); if(!dp) return; + if(safety) return; int pct = hrand(100); int pct2 = hrand(6000); if(dp == 4) {