# HG changeset patch
# User Wuzzy
# Date 1493311936 -3600
# Node ID a4f8e22e15c68c0b0b99dec9bf6c6c58179191e7
# Parent  2eb2f6edf3a895671c85c53d98bc8d646b4676c7
LuaAPI: Actually, the current hedgehog *can* be hidden

diff -r 2eb2f6edf3a8 -r a4f8e22e15c6 LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Apr 27 15:57:26 2017 +0100
+++ b/LuaAPI.wiki	Thu Apr 27 17:52:16 2017 +0100
@@ -628,7 +628,7 @@
 == Functions to modify gears ==
 
 === <tt>!HideHog(gearUid)</tt> ===
-Removes a hedgehog from the map. The hidden hedgehog can be restored with `RestoreHog(gearUid)`. The current hedgehog cannot be hidden!
+Removes a hedgehog from the map. The hidden hedgehog can be restored with `RestoreHog(gearUid)`.
 
 Example: