fix bug with player not stopping when deactivated, make key support code simpler
[supertux.git] / data / scripts / console.nut
index e01540d..131ef43 100644 (file)
@@ -34,6 +34,11 @@ function kill()
        sector.Tux.kill(true);
 }
 
+function lifeup()
+{
+       sector.Tux.add_coins(100);
+}
+
 /**
  * Display a list of functions in the roottable (or in the table specified)
  */