summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-8/hub.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index 684c12a88..177ed38a4 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -365,7 +365,10 @@ OnPCLogoutEvent:
getexp rand(100,300), 0; // Dying on this map is enough to get a reward. Logout = no reward.
// You'll be revived/fully healed, and then warped.
- recovery(getcharid(3));
+ // FIXME: It will throw you in Nard's ship if you are on logout...
+ //recovery(getcharid(3)); // Broken
+ atcommand "#alive \""+strcharinfo(0)+"\"";
+ percentheal 100, 100;
warp "000-1", 22, 22;
}
@qhub_victor=0;