We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab6759 commit 721a3f2Copy full SHA for 721a3f2
SerpentsHand/PluginConfig.cs
@@ -45,7 +45,7 @@ public class PluginConfig : AbstractConfigSection
45
{
46
new SerializedPlayerItem((int)ItemType.KeycardChaosInsurgency,0f,0u,Vector3.one,100,false),
47
new SerializedPlayerItem((int)ItemType.Medkit,0f,0u,Vector3.one,100,false),
48
- new SerializedPlayerItem((int)ItemType.GunLogicer,75f,0u,Vector3.one,100,false),
+ new SerializedPlayerItem((int)ItemType.GunLogicer,100f,0u,Vector3.one,100,false),
49
new SerializedPlayerItem((int)ItemType.Painkillers,0f,0u,Vector3.one,100,false)
50
}
51
};
0 commit comments