LuaAPI: Move SetVampiric and SetLaserSight one level down
authorWuzzy
Tue, 20 Feb 2018 11:53:44 +0000
changeset 1219 b467502126fd
parent 1218 344aa78491f6
child 1220 95e46764178a
LuaAPI: Move SetVampiric and SetLaserSight one level down
LuaAPI.wiki
--- a/LuaAPI.wiki	Tue Feb 20 11:52:38 2018 +0000
+++ b/LuaAPI.wiki	Tue Feb 20 11:53:44 2018 +0000
@@ -1130,10 +1130,10 @@
 ==== <tt>!GetInputMask()</tt> ====
 Returns the current input mask of the player.
 
-=== `SetVampiric(bool)` (0.9.24) ===
+==== `SetVampiric(bool)` (0.9.24) ====
 Toggles vampirism mode for this turn. Set `bool` to `true` to enable (same effect as if the hedgehog has used Vampirism), `false` to disable.
 
-=== `SetLaserSight(bool)` (0.9.24) ===
+==== `SetLaserSight(bool)` (0.9.24) ====
 Toggles laser sight for this turn. Set `bool` to `true` to enable (same effect as if the hedgehog has used Laser Sight), `false` to disable.
 
 === Randomness ===