GameGrid 0.9.5.3.8 → 0.9.5.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/gamegrid.rb +1 -1
- data/lib/GameGrid.rb +1 -1
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: dd901015087c4e6034d58c1ed25a319e66f2b3f6
         | 
| 4 | 
            +
              data.tar.gz: 1e7d9d085e74ac94abfc9638fa77e26a199f9b83
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 92633c122ba89d6205d154260d3a0a5449619085263ef388e6c9036aef9eb2c05d7e5533c965ffb608bf8eed96e90682028ef084255423d37d6a2abd088447f7
         | 
| 7 | 
            +
              data.tar.gz: cd40e64d07e0fc79df1e13fc4edf711579b299530fa2346b83b15264d4ca2ed769dc5cd6774c41ada59ce72c5e66acdfc4099033ddaba316fb7ef25f50d8222a
         | 
    
        data/bin/gamegrid.rb
    CHANGED
    
    | @@ -691,7 +691,7 @@ if ($dimension==1) then | |
| 691 691 | 
             
                                        puts "Good! The opponent still stands strong. He gets his fists ready for another whapping! Quick, do something! Either, you can heal yourself, with white magic, or attack him! What do you choose? Do it!";         command=gets; eval(command)
         | 
| 692 692 | 
             
                                        if ($battle["opponent"]["lives"]<=0) then
         | 
| 693 693 | 
             
                                            puts "Boom! The soldier slid to the ground, as his eyes closed, and his movement decreased. We did it! Let's move up to Sector 4."; $sector=4; return "Let's have some fun, cause we just entered the 4th Sector! Type play to start the 4th Sector!"; end
         | 
| 694 | 
            -
                                        puts "Good job! You have #{$lives} lives, and the opponent has #{$battle['opponent']['lives']} lives. But the battle hasn't finished yet! Let's go and show him what we can do! Cause we are | 
| 694 | 
            +
                                        puts "Good job! You have #{$lives} lives, and the opponent has #{$battle['opponent']['lives']} lives. But the battle hasn't finished yet! Let's go and show him what we can do! Cause we are-WHAP! HE whapped you AGAIN!"; $lives-=3;
         | 
| 695 695 | 
             
                                        checkdeads();
         | 
| 696 696 | 
             
                                        return "OWW! Oh, that's not good. You died! Those hits were hard. Wait just a sec, I'll fix up your bruises. WHOOSH! There you go, all nice and healthy! Now go get that fiant dude again! Type play to retry that battle!                     "  if dead==true;
         | 
| 697 697 | 
             
                                        puts "Okay, even though you only have #{lives} lives, I know we can still overtake him. You can either heal or attack, but I reccommend attacking, as your opponent has only a few lives, left. Go!"
         | 
    
        data/lib/GameGrid.rb
    CHANGED
    
    | @@ -691,7 +691,7 @@ if ($dimension==1) then | |
| 691 691 | 
             
                                        puts "Good! The opponent still stands strong. He gets his fists ready for another whapping! Quick, do something! Either, you can heal yourself, with white magic, or attack him! What do you choose? Do it!";         command=gets; eval(command)
         | 
| 692 692 | 
             
                                        if ($battle["opponent"]["lives"]<=0) then
         | 
| 693 693 | 
             
                                            puts "Boom! The soldier slid to the ground, as his eyes closed, and his movement decreased. We did it! Let's move up to Sector 4."; $sector=4; return "Let's have some fun, cause we just entered the 4th Sector! Type play to start the 4th Sector!"; end
         | 
| 694 | 
            -
                                        puts "Good job! You have #{$lives} lives, and the opponent has #{$battle['opponent']['lives']} lives. But the battle hasn't finished yet! Let's go and show him what we can do! Cause we are | 
| 694 | 
            +
                                        puts "Good job! You have #{$lives} lives, and the opponent has #{$battle['opponent']['lives']} lives. But the battle hasn't finished yet! Let's go and show him what we can do! Cause we are-WHAP! HE whapped you AGAIN!"; $lives-=3;
         | 
| 695 695 | 
             
                                        checkdeads();
         | 
| 696 696 | 
             
                                        return "OWW! Oh, that's not good. You died! Those hits were hard. Wait just a sec, I'll fix up your bruises. WHOOSH! There you go, all nice and healthy! Now go get that fiant dude again! Type play to retry that battle!                     "  if dead==true;
         | 
| 697 697 | 
             
                                        puts "Okay, even though you only have #{lives} lives, I know we can still overtake him. You can either heal or attack, but I reccommend attacking, as your opponent has only a few lives, left. Go!"
         |