# HG changeset patch # User Wuzzy # Date 1519127624 0 # Node ID b467502126fdd9be40dea7a4ece3faf249eda154 # Parent 344aa78491f6a7795444d60749bc7e84715c5637 LuaAPI: Move SetVampiric and SetLaserSight one level down diff -r 344aa78491f6 -r b467502126fd 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 @@ ==== !GetInputMask() ==== 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 ===