X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=data%2Fscripts%2Fconsole.nut;h=131ef436f25062b9e10a201190dcdaa047da8d17;hb=85b594964cc0fe9ca9d4602a0da978d4862fa080;hp=e01540de71c3dacabd17fd9f414c46d3a1275407;hpb=924c5fa5b35ade9f90a2b6f21f55ea7630b90f49;p=supertux.git diff --git a/data/scripts/console.nut b/data/scripts/console.nut index e01540de7..131ef436f 100644 --- a/data/scripts/console.nut +++ b/data/scripts/console.nut @@ -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) */