# HG changeset patch
# User Wuzzy
# Date 1607886926 -3600
# Node ID cfa171e6d2263764a75b9f8ca34608c2bcbe5cd2
# Parent  57d667aaef87a14549170d24ca3f9f47f0e5bf08
VisualGearTypes: add FrameTicks to SmallDamageTag

diff -r 57d667aaef87 -r cfa171e6d226 VisualGearTypes.wiki
--- a/VisualGearTypes.wiki	Sun Dec 13 20:11:22 2020 +0100
+++ b/VisualGearTypes.wiki	Sun Dec 13 20:15:26 2020 +0100
@@ -97,7 +97,9 @@
 
 Damage indicator, displays a damage value. Hedgewars uses this as the "small" damage tag used to instantly show damage of a single hit.
 
-Looks and behaves similar to `vgtHealthTag`, but is slightly smaller. Also, the movement speed cannot be changed. Parameters are similar to `vgtHealthTag`.
+Looks and behaves similar to `vgtHealthTag`, but is slightly smaller.
+
+ * `FrameTicks`: Expiration timer (default: `1100`)
 
 == `vgtSpeechBubble` ==
 Displays a speech bubble with text. In Lua, you cannot change the text after this has been created. Use `HogSay` in Lua to spawn a speech bobble properly.