v0.4.1: removed another shopping message call
This commit is contained in:
parent
2e9f307a60
commit
1809d6c7a4
|
@ -36,7 +36,6 @@ import com.shatteredpixel.shatteredpixeldungeon.ui.ItemSlot;
|
||||||
import com.shatteredpixel.shatteredpixeldungeon.ui.RedButton;
|
import com.shatteredpixel.shatteredpixeldungeon.ui.RedButton;
|
||||||
import com.shatteredpixel.shatteredpixeldungeon.ui.RenderedTextMultiline;
|
import com.shatteredpixel.shatteredpixeldungeon.ui.RenderedTextMultiline;
|
||||||
import com.shatteredpixel.shatteredpixeldungeon.ui.Window;
|
import com.shatteredpixel.shatteredpixeldungeon.ui.Window;
|
||||||
import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
|
|
||||||
|
|
||||||
public class WndTradeItem extends Window {
|
public class WndTradeItem extends Window {
|
||||||
|
|
||||||
|
@ -232,7 +231,6 @@ public class WndTradeItem extends Window {
|
||||||
int price = item.price();
|
int price = item.price();
|
||||||
|
|
||||||
new Gold( price ).doPickUp( hero );
|
new Gold( price ).doPickUp( hero );
|
||||||
GLog.i( Messages.get(this, "sold"), item.name(), price );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sellOne( Item item ) {
|
private void sellOne( Item item ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user