From 2e7da03760895cb8438d53f8ab74bd2b5193ffe2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 15 Oct 2010 14:19:28 +0000 Subject: beam / eject cargo updates --- src/game/base/planet.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/base/planet.cc') diff --git a/src/game/base/planet.cc b/src/game/base/planet.cc index ad1aa47..7a648db 100644 --- a/src/game/base/planet.cc +++ b/src/game/base/planet.cc @@ -37,7 +37,7 @@ void Planet::dock(core::Entity *entity) Ship * ship = static_cast(entity); - // fixed 50 km docking radius + // fixed 5 km docking radius if (math::distance(location(), ship->location()) > radius() + ship->radius() + 50.0f) { if (ship->owner()) ship->owner()->send("Planet out of range"); -- cgit v1.2.3