diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:10:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:10:02 -0300 |
commit | 71631b8c72eef79f721ab3b4a5c03425a0e0aabb (patch) | |
tree | 8478e6b06b8a89d461757ab48dbfc5c07734831f /npc/items/teleporter.txt | |
parent | fcf770875385091136c1ef50dde6e0caebfc8b18 (diff) | |
download | serverdata-71631b8c72eef79f721ab3b4a5c03425a0e0aabb.tar.gz serverdata-71631b8c72eef79f721ab3b4a5c03425a0e0aabb.tar.bz2 serverdata-71631b8c72eef79f721ab3b4a5c03425a0e0aabb.tar.xz serverdata-71631b8c72eef79f721ab3b4a5c03425a0e0aabb.zip |
Warp items will now cancel ship travel. They're allowed again onboard.
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r-- | npc/items/teleporter.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt index dad9b97a7..40bf61821 100644 --- a/npc/items/teleporter.txt +++ b/npc/items/teleporter.txt @@ -41,8 +41,9 @@ OnUse: else getitem BrokenWarpCrystal, 1; - // Apply Cooldown, same variable as LoF Teleporter + // Apply Cooldown, same variable as LoF Teleporter, cancel ship travels TELEPORTER_TIME=gettimetick(2)+300; + @timer_navio_running=0; // Save new location and warp you there EnterTown(@dest$); |