We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbc838 commit 3a7dabcCopy full SHA for 3a7dabc
src/supertux/player_status.cpp
@@ -122,7 +122,7 @@ PlayerStatus::get_bonus_from_name(const std::string& name)
122
{
123
if (name == "none") {
124
return BONUS_NONE;
125
- } else if (name == "growup") {
+ } else if (name == "growup" || name == "egg") {
126
return BONUS_GROWUP;
127
} else if (name == "fireflower") {
128
return BONUS_FIRE;
0 commit comments