Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ship.cc')
-rw-r--r--src/game/ship.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ship.cc b/src/game/ship.cc
index e864aba..bf71215 100644
--- a/src/game/ship.cc
+++ b/src/game/ship.cc
@@ -21,7 +21,7 @@ Ship::Ship(core::Player *owner, ShipModel *shipmodel) :
core::EntityControlable(owner, ship_enttype)
{
entity_modelname = "ships/" + shipmodel->modelname();
- entity_name = shipmodel->name() + ": <" + owner->name() + ">";
+ entity_name = shipmodel->name() + ": <^B" + owner->name() + "^N>";
ship_shipmodel = shipmodel;
entity_moduletypeid = ship_enttype;