tweak runaway from timer

This commit is contained in:
TenPlus1 2018-01-27 15:39:21 +00:00
parent f6e43fc571
commit 94e576c8ef
1 changed files with 1 additions and 1 deletions

View File

@ -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