diff --git a/shared.c b/shared.c index cc22870..60bb496 100644 --- a/shared.c +++ b/shared.c @@ -3001,7 +3001,7 @@ void dumpinfo(void) { } } // perm powerup - printf("Permenant Powerups\n"); + printf("Permenant Powerups\n"); for (i = 0; i < MAXPTYPES; i++) { if (isfruit(i) == FT_PERM) { printf("
%s%s\n", @@ -3014,7 +3014,7 @@ void dumpinfo(void) { // temp powerup - printf("Temporary Powerups\n"); + printf("Temporary Powerups\n"); for (i = 0; i < MAXPTYPES; i++) { if (isfruit(i) == FT_TEMP) { printf("
%s%s\n", @@ -3022,7 +3022,7 @@ void dumpinfo(void) { } } // super powerup - printf("Super Powerups\n"); + printf("Super Powerups\n"); for (i = 0; i < MAXPTYPES; i++) { if (isfruit(i) == FT_SUPER) { printf("
%s%s\n", diff --git a/website/info.html b/website/info.html index b10334e..d6f766f 100644 --- a/website/info.html +++ b/website/info.html @@ -12,7 +12,7 @@
Yellow GemWorth 50 points.
Purple GemWorth 100 points.
DiamondWorth 3000 points. -Permenant Powerups +Permenant Powerups
Speed UpMakes you walk faster.
More NetsIncreases the number of monsters you can catch simultaneously.
Big NetMakes your nets reach further. @@ -25,7 +25,7 @@
Scuba MaskAllows you to move fast underwater.
Winged BootsThese magical boots cause you to grow wings, allowing to you jump again while in mid-air!
CardKeep a look out for these useful items. Collect a full poker hand for a secret bonus! -Temporary Powerups +Temporary Powerups
Boxing GloveYour net will punch monsters, killing them instantly.
Flowers-to-diamondsTransforms all flowers on the level into diamonds.
Flowers-to-gemsTransforms all flowers on the level into gems, and turns itself into an extra-long stream of gems. @@ -48,7 +48,7 @@
SkullAvoid these at all costs! The skull will cause you to lose all net powerups.
GunnerTemporarily equips you with a super powerful machine gun!
Bug ZapperZaps nearby enemies with miniature bolts of lightning -Super Powerups +Super Powerups
Big Speed UpMakes you walk faster, permenantly!
Big More NetsPermenantly gives you two nets, even after death