Researched list is now UnlockableContent

This commit is contained in:
Anuken
2024-10-13 23:16:44 -04:00
parent 950716c70d
commit 5d4ece62d0
4 changed files with 16 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ public class NetworkIO{
for(ContentType type : ContentType.all){
for(Content c : content.getBy(type)){
if(c instanceof UnlockableContent u && u.unlocked() && u.techNode != null){
state.rules.researched.add(u.name);
state.rules.researched.add(u);
}
}
}