Researched list is now UnlockableContent
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user