diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-16 00:21:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-16 00:21:28 -0300 |
commit | 3904e304f5f9883c7f4d4f5652dd600159ed1d25 (patch) | |
tree | 8d9809741f00e3c8085181b31d9831b6e4360f04 /npc/items/teleporter.txt | |
parent | 5fbaf0b7f36072140037407d398ce30f56338e12 (diff) | |
download | serverdata-3904e304f5f9883c7f4d4f5652dd600159ed1d25.tar.gz serverdata-3904e304f5f9883c7f4d4f5652dd600159ed1d25.tar.bz2 serverdata-3904e304f5f9883c7f4d4f5652dd600159ed1d25.tar.xz serverdata-3904e304f5f9883c7f4d4f5652dd600159ed1d25.zip |
[skip ci] typo
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r-- | npc/items/teleporter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt index 4e9b13494..e53e28cde 100644 --- a/npc/items/teleporter.txt +++ b/npc/items/teleporter.txt @@ -54,7 +54,7 @@ L_Save: } else { doevent "shake::OnGM"; warp "Save", 0, 0; - TELEPORTER_TIME=gettimetick(2)+min((60*30)-(.@x*60), 30); + TELEPORTER_TIME=gettimetick(2)+max((60*30)-(.@x*60), 30); } closedialog; end; @@ -65,7 +65,7 @@ L_LoF: } else { doevent "shake::OnGM"; warp "017-1", 120, 89; - TELEPORTER_TIME=gettimetick(2)+min((60*50)-(.@x*60), 30); + TELEPORTER_TIME=gettimetick(2)+max((60*50)-(.@x*60), 30); } closedialog; end; |