Skip to content

Commit

Permalink
Make the goblin available to everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Dec 23, 2024
1 parent c26bddb commit 19cd565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mod_chromiecraft_smartstone_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ bool Smartstone::IsPetAvailable(Player* player, SmartstonePetData pet, uint8 sub
case 3: // Serpentshrine Waterspawn
return player->GetPlayerSetting(ModZoneDifficultyString, SETTING_SSC).IsEnabled();
}
} else
{
return true;
}

return player->GetPlayerSetting(setting, pet.GetServiceId()).IsEnabled();
Expand Down

0 comments on commit 19cd565

Please sign in to comment.