Skip to content

Commit 721a3f2

Browse files
committed
fixed logicer default Ammo
1 parent 0ab6759 commit 721a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerpentsHand/PluginConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class PluginConfig : AbstractConfigSection
4545
{
4646
new SerializedPlayerItem((int)ItemType.KeycardChaosInsurgency,0f,0u,Vector3.one,100,false),
4747
new SerializedPlayerItem((int)ItemType.Medkit,0f,0u,Vector3.one,100,false),
48-
new SerializedPlayerItem((int)ItemType.GunLogicer,75f,0u,Vector3.one,100,false),
48+
new SerializedPlayerItem((int)ItemType.GunLogicer,100f,0u,Vector3.one,100,false),
4949
new SerializedPlayerItem((int)ItemType.Painkillers,0f,0u,Vector3.one,100,false)
5050
}
5151
};

0 commit comments

Comments
 (0)