diff --git a/shared.c b/shared.c index bfd16ad..00a2336 100644 --- a/shared.c +++ b/shared.c @@ -3559,7 +3559,7 @@ void setfruitinfo(void) { setinfo(P_BIGNET, "Big Net", "Makes your nets reach further.", "bignet.png"); setinfo(P_HELP, "Help", "Gives useful game information or hints.", "help.png"); setinfo(P_GEMBOOST, "Gem Boost", "Increases the length of gem streams.", "gemboost.png"); - setinfo(P_BELL, "Powerup Bell", "Rings if a permenant powerup is going to appear on the level", "bell.png"); + setinfo(P_BELL, "Powerup Bell", "Rings if certain types of powerup are going to appear on the level.", "bell.png"); setinfo(P_TROPHY, "Trophy", "Gives the player all powerups", "trophy.png"); setinfo(P_HELMET, "Helmet","Gives you a suit of armour which will protect you from death.", "helmet.png"); setinfo(P_BIGSPEED, "Big Speed Up", "Makes you walk faster, permenantly!", "bigspeed.png"); diff --git a/website/info.html b/website/info.html index c4f9ab3..1ee2da1 100644 --- a/website/info.html +++ b/website/info.html @@ -64,7 +64,7 @@
HelmetGives you a suit of armour which will protect you from death.
Gem BoostIncreases the length of gem streams.
TrophyGives the player all powerups -
Powerup BellRings if a permenant powerup is going to appear on the level +
Powerup BellRings if certain types of powerup are going to appear on the level.
HoneyCoats your net in a layer of sticky honey, allowing it to pick up fruits from afar.
Scuba MaskAllows you to move fast underwater.
UmbrellaSlows your descent, giving you more time to contemplate your rat eradication quest. Activate this useful item by holding UP while falling.