R8 ToL can have 4 shrines
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user