Skip to content

Commit

Permalink
Merge pull request #63 from Kiwi233/master
Browse files Browse the repository at this point in the history
修复EMT研究重复
  • Loading branch information
Kiwi233 authored Apr 19, 2020
2 parents f481142 + f35642d commit e8d5843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Emt.zs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ mods.thaumcraft.Research.addPage("ElectricCloud", "tc.research_page.ElectricClou
// --- Feather Wings
mods.thaumcraft.Research.orphanResearch("Feather Wings");
mods.thaumcraft.Research.removeResearch("Feather Wings");
mods.thaumcraft.Research.addResearch("IronOmnitool", "EMT", "potentia 12, instrumentum 9, perfodio 6, telum 3", -2 as int, 0, 2, <EMT:Omnitool>);
mods.thaumcraft.Research.addResearch("FeatherWings", "EMT", "aer 15, potentia 12, praecantatio 9, volatus 6, terra 3", 0, 2, 3, <EMT:FeatherWing>);
mods.thaumcraft.Research.addPrereq("FeatherWings", "ElectricMagicTools", false);
mods.thaumcraft.Research.setRound("FeatherWings", true);
game.setLocalization("tc.research_name.FeatherWings", "\u7fbd\u6bdb\u7fbd\u7ffc");
Expand Down

0 comments on commit e8d5843

Please sign in to comment.