Minor changes
authorChristoph Sommer <mail@christoph-sommer.de>
Fri, 7 Apr 2006 11:58:54 +0000 (11:58 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Fri, 7 Apr 2006 11:58:54 +0000 (11:58 +0000)
SVN-Revision: 3260

data/levels/world1/01 - Welcome to Antarctica.stl
src/game_session.cpp

index fd8a7fc..78ffbc4 100644 (file)
       (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
index ac52179..5e77dc4 100644 (file)
@@ -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") {