mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-08-01 06:27:40 +02:00
trigger NoMoneyPopUp
This commit is contained in:
@@ -294,6 +294,8 @@ public class TestWorld implements GameEventListener {
|
||||
new ConfirmTrade(app).open();
|
||||
} else if (event.msg().equals("goingToJail")) {
|
||||
new Gulag(app).open();
|
||||
} else if (event.msg().equals("NoMoneyWarning")) {
|
||||
new NoMoneyWarning(app).open();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user