mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-08-01 06:27:40 +02:00
mortage house interaction
This commit is contained in:
@@ -19,6 +19,7 @@ import pp.monopoly.client.gui.SettingsMenu;
|
||||
import pp.monopoly.game.server.Player;
|
||||
import pp.monopoly.message.client.AlterProperty;
|
||||
import pp.monopoly.model.fields.BoardManager;
|
||||
import pp.monopoly.model.fields.BuildingProperty;
|
||||
import pp.monopoly.model.fields.PropertyField;
|
||||
import pp.monopoly.model.fields.PropertyField;
|
||||
import pp.monopoly.notification.Sound;
|
||||
@@ -157,6 +158,11 @@ public class TakeMortage extends Dialog {
|
||||
|
||||
// Populate the dropdown with property names
|
||||
for (PropertyField property : playerProperties) {
|
||||
if(property instanceof BuildingProperty) {
|
||||
if (((BuildingProperty)property).getHouses()!=0) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
propertyOptions.add(property.getName());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user