diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-26 12:57:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-26 12:57:51 -0300 |
commit | 2868ebdf5c5f64a78788dc02c52aa4284dcbefa2 (patch) | |
tree | c6a99329e7c31716e75fb2d42244a082bc1f7cea /npc/000-1/exit.txt | |
parent | 7cb6b1a463bcce661bcaa998a5abefe45891939e (diff) | |
download | serverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.tar.gz serverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.tar.bz2 serverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.tar.xz serverdata-2868ebdf5c5f64a78788dc02c52aa4284dcbefa2.zip |
Emergency Exit: Use Candor's Nard Ship for Policy Enforcement
Diffstat (limited to 'npc/000-1/exit.txt')
-rw-r--r-- | npc/000-1/exit.txt | 2 |
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; } |