From 1876f0f3fda9d0dc4c198416950fa6bf25378626 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 13 Dec 2014 20:21:10 +0000 Subject: Added repair engine function and the ability to repair ships at bases. --- src/game/base/shipmodel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/base/shipmodel.cc') diff --git a/src/game/base/shipmodel.cc b/src/game/base/shipmodel.cc index 1edd9d2..9489c91 100644 --- a/src/game/base/shipmodel.cc +++ b/src/game/base/shipmodel.cc @@ -355,7 +355,7 @@ void ShipModel::buy(core::EntityControlable *buyer, core::Entity *seller, bool c // needs confirmation if (!confirm) { std::ostringstream ostrtxt; - ostrtxt << "Buy a " << name() << " for " << price() -refund << " credits?"; + ostrtxt << "Buy " << aux::article(name()) << " for " << price() - refund << " credits?"; std::ostringstream ostrcmd; ostrcmd << "buy " << seller_item->id() << " 1 confirm"; -- cgit v1.2.3