Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db06cf19ad |
@@ -42,8 +42,8 @@ namespace MxValheim.EventSystem
|
||||
{
|
||||
// Use a small timer check so we don't spam the logic every single frame
|
||||
// though for debugging, forcing these values is fine.
|
||||
__instance.m_eventIntervalMin = 10f;
|
||||
__instance.m_eventChance = 100f;
|
||||
//__instance.m_eventIntervalMin = 10f;
|
||||
//__instance.m_eventChance = 100f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ public class MxValheimMod : BaseUnityPlugin
|
||||
|
||||
private const string ModGUID = "ovh.mxdev.mxvalheim";
|
||||
private const string ModName = "MxValheim";
|
||||
private const string ModVersion = "1.6.0";
|
||||
private const string ModVersion = "1.6.1";
|
||||
|
||||
public static ConfigEntry<bool> Config_Locked;
|
||||
public static ConfigEntry<int> Config_OreMultiplier;
|
||||
|
||||
Reference in New Issue
Block a user