ElCeejo / draconis

Adds Dragons and related resources and equipment to Minetest Game
MIT License
18 stars 23 forks source link

Ice dragon missing `turn_rate` #45

Open ThePython10110 opened 5 months ago

ThePython10110 commented 5 months ago

I spawned a few dragons, then got this error: draconis/api/behaviors.lua:200: attempt to perform arithmetic on field 'turn_rate' (a nil value) After looking through the code a bit, it seems like the ice dragon is just missing the turn_rate field.

BobOmbuzal commented 4 months ago

Same as #33 Fixed by #37 Just replace all "self.turn_rate" with "self.turn_rate or 6"