- Worldmap scripts have their own roottable now (like sectors already have)
[supertux.git] / src / scripting / player.hpp
index 0a33769..63cea9b 100644 (file)
@@ -35,7 +35,7 @@ public:
    * Set tux bonus.
    * This can be "grow", "fireflower" or "iceflower" at the moment
    */
-  virtual void set_bonus(const std::string& bonus) = 0;
+  virtual void add_bonus(const std::string& bonus) = 0;
   /**
    * Give tux more coins
    */