Minor tweaks to flygoblin.

This commit is contained in:
2024-11-15 18:40:08 -05:00
parent a4a532edec
commit fd46346346
4 changed files with 236 additions and 36 deletions

View File

@@ -161,3 +161,7 @@ func (f *FlyEye) ExplosionInitiated() bool {
func (f *FlyEye) SetExplosionInitiated() {
f.sploding = true
}
func (f *FlyEye) Health() int {
return 0
}