1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-05 09:50:19 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-09-21 23:09:27 +02:00
5 changed files with 44 additions and 1 deletions

View File

@ -12,6 +12,9 @@ mobs:register_mob("mobs_monster:mese_monster", {
shoot_interval = 0.5,
arrow = "mobs_monster:mese_arrow",
shoot_offset = 2,
--arrow_override = function(self)
-- self.velocity = 20
--end,
hp_min = 10,
hp_max = 25,
armor = 80,