diff options
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1115,6 +1115,8 @@ end -- execute current state (stand, walk, run, attacks) local do_states = function(self, dtime) + local yaw = 0 + if self.state == "stand" then if math.random(1, 4) == 1 then |