# HG changeset patch # User Wuzzy # Date 1607869883 -3600 # Node ID ba68343f2a10058d978b5a99e5ddd8f8e57eee8b # Parent 4bf9ae7d9739e47cd5c652b80b56db70e176b529 VisualGearTypes: SmallDamage: hardcoded speed diff -r 4bf9ae7d9739 -r ba68343f2a10 VisualGearTypes.wiki --- a/VisualGearTypes.wiki Sun Dec 13 15:08:55 2020 +0100 +++ b/VisualGearTypes.wiki Sun Dec 13 15:31:23 2020 +0100 @@ -96,7 +96,7 @@ 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. The parameters are the same as for `vgtHealthTag`. +Looks and behaves similar to `vgtHealthTag`, but is slightly smaller. Also, the movement speed cannot be changed. The parameters are the same as for `vgtHealthTag`. == `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.