Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/base/ship.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/base/ship.cc b/src/game/base/ship.cc
index 9a4218f..0dd5415 100644
--- a/src/game/base/ship.cc
+++ b/src/game/base/ship.cc
@@ -434,6 +434,7 @@ void Ship::explode()
// make the player watch his death
if (owner()->control() == this) {
owner()->set_view(this);
+ owner()->messagebox("Your ship has been destroyed.", "Respawn", "respawn");
}
// cargo loss % is set by the g_cargoloss CVar