# HG changeset patch
# User Wuzzy
# Date 1572276487 0
# Node ID b519bdd96f117446d86a168a3e66feeb915da5b9
# Parent  ab22c7756ad06716ca5202b5e1be33b0e929a6ba
VisualGearTypes: fix default vgtStraightShot timer

diff -r ab22c7756ad0 -r b519bdd96f11 VisualGearTypes.wiki
--- a/VisualGearTypes.wiki	Mon Oct 28 15:26:00 2019 +0000
+++ b/VisualGearTypes.wiki	Mon Oct 28 15:28:07 2019 +0000
@@ -103,7 +103,7 @@
 
  * `State`: ID of the custom sprite (use an ID from [Sprites]) (default: `sprSnowDust`)
  * `Frame`: Frame of custom sprite (default: 0)
- * `FrameTicks`: Life time in milliseconds (default: random between 250 and 500)
+ * `FrameTicks`: Life time in milliseconds (default: random between 750 and 2000)
 
 == `vgtLineTrail` ==
 A straight line between two points which fades out after some time, has a slight yellowish color. As if a bullet has been fired. A `vgtLineTrail` has a start and an end point. The default `Timer` is too low so you must set it manually