you can't bump flying snowballs
authorMatthias Braun <matze@braunis.de>
Thu, 29 Apr 2004 17:20:13 +0000 (17:20 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 29 Apr 2004 17:20:13 +0000 (17:20 +0000)
SVN-Revision: 848

src/badguy.cpp

index 9a2faef..9fbaba8 100644 (file)
@@ -778,7 +778,8 @@ void
 BadGuy::bump()
 {
   // these can't be bumped
-  if(kind == BAD_FLAME || kind == BAD_BOMB || kind == BAD_FISH)
+  if(kind == BAD_FLAME || kind == BAD_BOMB || kind == BAD_FISH
+      || kind == BAD_FLYINGSNOWBALL)
     return;
   
   kill_me(25);