Add upgrade slot to tier 2 microcontroller

This commit is contained in:
Florexiz 2022-01-16 12:06:44 +03:00
parent c9fbb42683
commit 598d5ce349

View File

@ -79,7 +79,8 @@ object MicrocontrollerTemplate extends Template {
hostClass, hostClass,
null, null,
Array( Array(
Tier.Three Tier.Three,
Tier.Two
), ),
asJavaIterable(Iterable( asJavaIterable(Iterable(
(Slot.Card, Tier.Two), (Slot.Card, Tier.Two),