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