From: Christoph Sommer Date: Fri, 7 Apr 2006 11:58:54 +0000 (+0000) Subject: Minor changes X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b72a5956e9192f10b22dc80d637b4290bc0dfd69;p=supertux.git Minor changes SVN-Revision: 3260 --- diff --git a/data/levels/world1/01 - Welcome to Antarctica.stl b/data/levels/world1/01 - Welcome to Antarctica.stl index fd8a7fc10..78ffbc44e 100644 --- a/data/levels/world1/01 - Welcome to Antarctica.stl +++ b/data/levels/world1/01 - Welcome to Antarctica.stl @@ -154,8 +154,10 @@ (x 5377) (y 225) (message (_ "-Fireflies: !images/objects/firefly/firefly1.png -#If you activate the firefly -#now, you will restart +#Activate the firefly +#and as long as you +#have coins left, +#you will restart #under it if you die.")) ) (infoblock diff --git a/src/game_session.cpp b/src/game_session.cpp index ac521794d..5e77dc482 100644 --- a/src/game_session.cpp +++ b/src/game_session.cpp @@ -376,7 +376,7 @@ GameSession::consoleCommand(std::string command) return true; } if (command == "numberofthebeast") { - player_status->coins = 55; + player_status->coins += 55; return true; } if (command == "lifedown") {