Add missing attack boost item requiremenets

This commit is contained in:
DBotThePony 2023-07-26 17:09:23 +07:00
parent 0724d35b50
commit aa7e0d9158
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -153,6 +153,9 @@ fun addResearchData(serializer: Consumer<AndroidResearchType>, lang: MatteryLang
(i + 1) * 15
)
)
.addItem(MItems.ELECTROMAGNET, 2 + i)
.addItem(MItemTags.GOLD_WIRES, 4 * i + 8)
.addItem(MItemTags.PISTONS)
.addBlocker(NANOBOTS_ARMOR)
if (i > 0) {