du kommst ins Gulag Popup

This commit is contained in:
Johannes Schmelz
2024-12-01 20:31:29 +01:00
parent b702e3a14d
commit 11f4560745
6 changed files with 52 additions and 9 deletions

View File

@@ -292,6 +292,8 @@ public class TestWorld implements GameEventListener {
new TimeOut(app).open();
} else if(event.msg().equals("tradeRequest")) {
new ConfirmTrade(app).open();
} else if (event.msg().equals("goingToJail")) {
new Gulag(app).open();
}
}