New sound effects
[supertux.git] / src / badguy / poisonivy.hpp
index 3e93c4f..a1bafa3 100644 (file)
@@ -25,6 +25,8 @@ public:
   PoisonIvy(const Reader& reader);
   PoisonIvy(const Vector& pos, Direction d);
 
+  bool is_freezable() const;
+
 protected:
   bool collision_squished(GameObject& object);