From b72a5956e9192f10b22dc80d637b4290bc0dfd69 Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Fri, 7 Apr 2006 11:58:54 +0000 Subject: [PATCH] Minor changes SVN-Revision: 3260 --- data/levels/world1/01 - Welcome to Antarctica.stl | 6 ++++-- src/game_session.cpp | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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") { -- 2.11.0