- Spoiler


2- [Suggestion] When the Kamikaze Koopa hits a block, make it produce the sound effect "Block hit".
3- Kamikaze Koopa should have a framerspeed of 3 instead of 2.
4- When the Kamikaze collides with a wall multiple times, it starts losing speed:
- Spoiler

Eventually...
I suggest add this code to fix it (I already tested it and it works):
Code: Select all
if .xsp > -0.1 and .xsp < 0.1 then
if .facing = 1 then
.xsp = -0.2
else
.xsp = 0.2
end if
end if5- Kamikaze Koopa should be immune to explosions.

