EnemyDataNoMotion variant

This commit is contained in:
IQuant 2024-08-16 23:38:38 +03:00
parent 28b7dd2a4b
commit 6b495db00e
2 changed files with 35 additions and 10 deletions

View file

@ -30,3 +30,9 @@
| speed = 1.00
| spell1 = Spark bolt
}}
local x, y = cursor.pos()
for i = 1, 150 do
EntityLoad("data/entities/props/physics_box_explosive.xml", x, y)
end