Skip to content

Instantly share code, notes, and snippets.

@obilodeau
Created March 1, 2025 20:15
Show Gist options
  • Save obilodeau/01cce6fe7ee67568b17c8752f6e0e281 to your computer and use it in GitHub Desktop.
Save obilodeau/01cce6fe7ee67568b17c8752f6e0e281 to your computer and use it in GitHub Desktop.
NorthSec Badge 2024 Hack: increase base level to 185
diff --git a/components/utils/config.hpp b/components/utils/config.hpp
index 4582712..86154e3 100644
--- a/components/utils/config.hpp
+++ b/components/utils/config.hpp
@@ -21,7 +21,9 @@ constexpr unsigned int default_stack_size_words = 8192;
namespace nsec::config::social
{
-constexpr uint8_t initial_level = 0;
+// OB: override default level
+//constexpr uint8_t initial_level = 0;
+constexpr uint8_t initial_level = 185;
constexpr uint8_t max_level = 200;
constexpr uint8_t multiple_badges_discovered_simultaneously_multiplier = 2;
} // namespace nsec::config::social
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment