diff --git a/shared.c b/shared.c index 79c630b..ef8bb50 100644 --- a/shared.c +++ b/shared.c @@ -1863,6 +1863,7 @@ int isfruit(int id) { case P_BELL: case P_TROPHY: case P_HONEY: + case P_HELMET: case P_BIGSPEED: case P_MASKPOWERUP: return FT_PERM; @@ -1876,7 +1877,6 @@ int isfruit(int id) { case P_UFO: case P_LIFE: case P_PHONE: - case P_HELMET: case P_SHIELD: case P_RINGSILVER: case P_RINGGOLD: