diff --git a/shared.c b/shared.c
index c01d555..6564207 100644
--- a/shared.c
+++ b/shared.c
@@ -3674,7 +3674,8 @@ void setfruitinfo(void) {
setinfo(P_GEMYELLOW, "Topaz", "", "gem-yellow.png");
setinfo(P_GEMRED, "Ruby", "", "gem-red.png");
setinfo(P_GEMPURPLE, "Amethyst", "", "gem-purple.png");
- setinfo(P_GOLDBAR, "Amethyst", "", "goldbar.png");
+ setinfo(P_GOLDCOIN, "Gold Coin", "", "goldcoin.png");
+ setinfo(P_GOLDBAR, "Gold Bar", "", "goldbar.png");
setinfo(P_FIRSTCARD, "Card", "Keep a look out for these useful items. Collect a full poker hand for a secret bonus!", "cardh.png");
diff --git a/website/info.html b/website/info.html
index f905a88..985ccb2 100644
--- a/website/info.html
+++ b/website/info.html
@@ -50,8 +50,8 @@
Sundae | Worth 3000 points. |
Cake | Worth 3500 points. |
Chocolate | Worth 8000 points. |
-
(null) | Worth 250 points. |
- (null) | Worth 10000 points. |
+
Gold Coin | Worth 250 points. |
+ Gold Bar | Worth 10000 points. |
Sunflower | Worth 5 points. |
Tulip | Worth 10 points. |
Orchid | Worth 30 points. |
@@ -108,7 +108,7 @@
Pill | Eating this pill will cause you to enter a hyperactive state, moving at four times your standard speed! |
Ray Gun | Alien in origin, the ray gun contains enough charge for five shots of burning plasma. |
Top Hat | Players wearing the top hat will find that every item which appears will now be a power-up! |
-
(null) | (null) |
+
Magic Lamp | The magic lamp shifts you into an alternate dimension filled with gold! Collect it all for a kingly bonus... |
? Random | Gives you a random effect... |
Super Powerups |
Big Speed Up | Makes you walk faster, permenantly! |