R8 ToL can have 4 shrines

This commit is contained in:
2024-07-07 18:39:38 -05:00
parent c5822b5acf
commit 926b9d2bae
+3 -1
View File
@@ -108,9 +108,11 @@ public class Blueprint {
maxShrines = 2;
break;
case 7:
case 8:
maxShrines = 3;
break;
case 8:
maxShrines = 4;
break;
default:
maxShrines = 0;