summaryrefslogtreecommitdiffstats
path: root/games/battlestar/com1.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/com1.c')
-rw-r--r--games/battlestar/com1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c
index 2e50639..d74f862 100644
--- a/games/battlestar/com1.c
+++ b/games/battlestar/com1.c
@@ -140,7 +140,7 @@ news()
fight(WOODSMAN,50);
}
switch(position){
-
+
case 267:
case 257: /* entering a cave */
case 274:
@@ -225,7 +225,7 @@ crash()
if (!location[position].flyhere || (testbit(location[position].objects,LAND) && fuel <= 0)){
if (!location[position].flyhere)
puts("You're flying too low. We're going to crash!");
- else{
+ else{
puts("You're out of fuel. We'll have to crash land!");
if (!location[position].down){
puts("Your viper strikes the ground and explodes into firey fragments.");
OpenPOWER on IntegriCloud