Merge pull request #3100 from MEEPofFaith/patch-1

"diable"
This commit is contained in:
Anuken 2020-10-24 16:56:49 -04:00 committed by GitHub
commit e88921c77e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ public class Weapon{
public float x = 5f, y = 0f;
/** random spread on the X axis */
public float xRand = 0f;
/** radius of occlusion drawn under the weapon; <0 to diable */
/** radius of occlusion drawn under the weapon; <0 to disable */
public float occlusion = -1f;
/** fraction of velocity that is random */
public float velocityRnd = 0f;