summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-26 12:57:51 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-26 12:57:51 -0300
commit2868ebdf5c5f64a78788dc02c52aa4284dcbefa2 (patch)
treec6a99329e7c31716e75fb2d42244a082bc1f7cea
parent7cb6b1a463bcce661bcaa998a5abefe45891939e (diff)
downloadserverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.tar.gz
serverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.tar.bz2
serverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.tar.xz
serverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.zip
Emergency Exit: Use Candor's Nard Ship for Policy Enforcement
-rw-r--r--npc/000-1/exit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index fe1be33cf..aed9a8c92 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -10,7 +10,7 @@ OnTalk:
OnTalkNearby:
// At any time, if you can't leave Nard ship, you must go to nard ship
if (!getq(General_Narrator) && getq(ShipQuests_Julia) < 3) {
- warp "002-1", 53, 38;
+ warp "002-1@Candor", 53, 38;
end;
}