summaryrefslogtreecommitdiff
path: root/api.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-05-06 11:38:43 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-05-06 11:38:43 +0100
commit0e4ba14bc16a2799ff67cdaabe7d7a3003d28cc5 (patch)
tree941aa8a87531a462873cbaa2b77127c223f73d2b /api.lua
parent4ad941523edf7b8642a8d40765cd80085015003d (diff)
Added custom on_step for mob arrows (thx npxcoot)
Diffstat (limited to 'api.lua')
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index 8917418..6f6a7ff 100644
--- a/api.lua
+++ b/api.lua
@@ -2473,7 +2473,7 @@ function mobs:register_arrow(name, def)
switch = 0,
arrow = true,
- on_step = function(self, dtime)
+ on_step = def.on_step or function(self, dtime)
self.timer = self.timer + 1