R8 ToL can have 4 shrines
This commit is contained in:
@@ -108,9 +108,11 @@ public class Blueprint {
|
|||||||
maxShrines = 2;
|
maxShrines = 2;
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
case 8:
|
|
||||||
maxShrines = 3;
|
maxShrines = 3;
|
||||||
break;
|
break;
|
||||||
|
case 8:
|
||||||
|
maxShrines = 4;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
maxShrines = 0;
|
maxShrines = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user