chore(cbs): add another motobug for test purpose

This commit is contained in:
Kazhnuz 2019-08-31 21:28:34 +02:00
parent 4abfe43a50
commit 9ed44ecabe

View file

@ -65,6 +65,7 @@ end
function World:initEnnemies(battlefile)
self:addEnnemy(10, 3, "motobug")
self:addEnnemy(10, 5, "motobug")
self:addEnnemy(9, 4, "motobug")
end
function World:registerActor(actor)