# HG changeset patch
# User Wuzzy
# Date 1607885987 -3600
# Node ID 086c9a18d2ffc931219239ccf41b3634ec3cc0ca
# Parent  ba68343f2a10058d978b5a99e5ddd8f8e57eee8b
VisualGearTypes: Add drowning tag info

diff -r ba68343f2a10 -r 086c9a18d2ff VisualGearTypes.wiki
--- a/VisualGearTypes.wiki	Sun Dec 13 15:31:23 2020 +0100
+++ b/VisualGearTypes.wiki	Sun Dec 13 19:59:47 2020 +0100
@@ -80,10 +80,10 @@
 == `vgtHealthTag` ==
 A health/damage tag for hedgehogs. It shows a whole number surrounded by a simple border. `dX` and `dY` can be used for moving it around.
 
-This is shown at the end of a turn to show the total damage received by each hedgehog in that turn.
+This is shown at the end of a turn to show the total damage received by each hedgehog in that turn, or when a hedgehog drowned.
 But this visual gear is also very useful to show an arbitrary whole number on the screen.
 
-By default, it is white and moves upwards a few pixels before it disappears. Set `dX` and `dY` to 0 to disable movement.
+By default, it is white and moves upwards a few pixels before it disappears. Set `dX` and `dY` to 0 to disable movement. If this visual gear was spawned below the water line (`Y>WaterLine`), it will disappear as so.n `Y-10<WaterLine` is `true`)
 
  * `Angle`: Scale ratio. `1` = 100%
  * `Frame`: If `0`, its position is relative to the landscape. If non-zero, it will align to the screen instead