Fixed #8251
This commit is contained in:
@@ -383,7 +383,7 @@ public class Logic implements ApplicationListener{
|
||||
public static void researched(Content content){
|
||||
if(!(content instanceof UnlockableContent u)) return;
|
||||
|
||||
boolean was = !u.unlockedNow();
|
||||
boolean was = u.unlockedNow();
|
||||
state.rules.researched.add(u.name);
|
||||
|
||||
if(!was){
|
||||
|
||||
Reference in New Issue
Block a user