From 549201cd153c93c44b2683bdee0c4405360d5994 Mon Sep 17 00:00:00 2001 From: asquared31415 <34665709+asquared31415@users.noreply.github.com> Date: Fri, 23 Jun 2023 15:49:46 -0400 Subject: [PATCH] reduce spawn element weight --- ONITwitchCore/DefaultCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ONITwitchCore/DefaultCommands.cs b/ONITwitchCore/DefaultCommands.cs index bb3c23a..30394dd 100644 --- a/ONITwitchCore/DefaultCommands.cs +++ b/ONITwitchCore/DefaultCommands.cs @@ -56,7 +56,7 @@ public static void SetupCommands() SimHashes.Katairite.ToString(), }, Danger.Small, - 100, + 50, "core.spawn_element" ) );