GearTypes: Rewrite TODO note
authorWuzzy
Mon, 29 Apr 2019 12:09:07 +0100
changeset 1857 b76bb83d8db6
parent 1856 2d2693ace6fe
child 1858 e08849853ddb
GearTypes: Rewrite TODO note
GearTypes.wiki
--- a/GearTypes.wiki	Thu Apr 25 13:35:45 2019 +0100
+++ b/GearTypes.wiki	Mon Apr 29 12:09:07 2019 +0100
@@ -8,8 +8,6 @@
 
 Please note this page is still a work in progess. The categories presented here are purely for a better overview here; they do not neccessarily reflect anything in the actual game’s source code.
 
-A “TODO” means that this particular section is not yet finished and may be not accurate.
-
 <wiki:toc max_depth="3" />
 
 == List of gear types ==
@@ -253,7 +251,7 @@
  * `Timer`: Has several meanings, depending on `Pos`. Here's the most imporant one, for `Pos` of `4`: A timer (in milliseconds) containing the remaining time until the !TimeBox returns. The !TimeBox returns when `Timer` reaches 0. Hedgewars decreases the timer only while the same team is playing
  * `Tint`: RGBA color (default: clan color)
 
-TODO: Add more information for the other phases.
+Note: This section is incomplete, not all phases are documented yet.
 
 ==== `gtTeleport` ====
 Teleportation.