Modified powerup bell description
This commit is contained in:
parent
48aece7927
commit
b1fcc34391
2
shared.c
2
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");
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
</tr><tr><td align=center><img src="img/helmet.png"><br>Helmet</td><td>Gives you a suit of armour which will protect you from death.</td>
|
||||
<td align=center><img src="img/gemboost.png"><br>Gem Boost</td><td>Increases the length of gem streams.</td>
|
||||
</tr><tr><td align=center><img src="img/trophy.png"><br>Trophy</td><td>Gives the player all powerups</td>
|
||||
<td align=center><img src="img/bell.png"><br>Powerup Bell</td><td>Rings if a permenant powerup is going to appear on the level</td>
|
||||
<td align=center><img src="img/bell.png"><br>Powerup Bell</td><td>Rings if certain types of powerup are going to appear on the level.</td>
|
||||
</tr><tr><td align=center><img src="img/honey.png"><br>Honey</td><td>Coats your net in a layer of sticky honey, allowing it to pick up fruits from afar.</td>
|
||||
<td align=center><img src="img/maskpowerup.png"><br>Scuba Mask</td><td>Allows you to move fast underwater.</td>
|
||||
</tr><tr><td align=center><img src="img/umbrella.png"><br>Umbrella</td><td>Slows your descent, giving you more time to contemplate your rat eradication quest. Activate this useful item by holding UP while falling.</td>
|
||||
|
|
Loading…
Reference in New Issue