diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-27 15:39:21 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-27 15:39:21 +0000 |
commit | 94e576c8efb296572b7c1fff4605342929ae2a20 (patch) | |
tree | ff93179f12f9c053ca38eb0ac16d7d8399d77eb1 | |
parent | f6e43fc571199f52856e49d202071da5157e54b8 (diff) |
tweak runaway from timer
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1459,7 +1459,7 @@ local runaway_from = function(self) yaw = set_yaw(self.object, yaw) self.state = "runaway" - self.runaway_timer = 0 + self.runaway_timer = 3 self.following = nil end end |