Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Apr 25, 2024
1 parent 29ee97e commit dbb5d60
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SCHIZO/ConsoleCommands/ConsoleCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace SCHIZO.ConsoleCommands;
public static class ConsoleCommands
{
[ConsoleCommand("isekai"), UsedImplicitly]
public static string OnConsoleCommand_isekai(string techTypeName, float percentage, float radius = 100)
public static string OnConsoleCommand_isekai(string techTypeName, float percentage = 1, float radius = 100)
{
if (!UWE.Utils.TryParseEnum(techTypeName, out TechType techType))
{
Expand Down
2 changes: 1 addition & 1 deletion SCHIZO/Resources/AssetBundles/Assets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace SCHIZO.Resources;

public static class Assets
{
private const int _rnd = 100786890;
private const int _rnd = -292401825;

private static readonly UnityEngine.AssetBundle _a = ResourceManager.GetAssetBundle("assets");

Expand Down
Binary file modified SCHIZO/Resources/AssetBundles/assets
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ MonoBehaviour:
- {fileID: 11400000, guid: 4133f448a4414114db30aee163d1ecb8, type: 2}
- {fileID: 11400000, guid: 34eeed1935df15a41a8e17c88b715443, type: 2}
- {fileID: 11400000, guid: 0fb39aab4e37fa74ab800f1ff7287dce, type: 2}
- {fileID: 11400000, guid: d217be8b2ed4fa141b3cdee5867d87f0, type: 2}

0 comments on commit dbb5d60

Please sign in to comment.