Skip to content

Commit

Permalink
fixed logicer default Ammo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Oct 23, 2021
1 parent 0ab6759 commit 721a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerpentsHand/PluginConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class PluginConfig : AbstractConfigSection
{
new SerializedPlayerItem((int)ItemType.KeycardChaosInsurgency,0f,0u,Vector3.one,100,false),
new SerializedPlayerItem((int)ItemType.Medkit,0f,0u,Vector3.one,100,false),
new SerializedPlayerItem((int)ItemType.GunLogicer,75f,0u,Vector3.one,100,false),
new SerializedPlayerItem((int)ItemType.GunLogicer,100f,0u,Vector3.one,100,false),
new SerializedPlayerItem((int)ItemType.Painkillers,0f,0u,Vector3.one,100,false)
}
};
Expand Down

0 comments on commit 721a3f2

Please sign in to comment.