274275276277278279280
public void lose() { game.lose(player); } public void showLootScreen(Item item) { game.setMenu(new GotLootMenu(item)); }