# HG changeset patch
# User sheepluva
# Date 1473016731 -3600
# Node ID 69a88515a1168ae2bc95348ac0b7511dadf04f6e
# Parent  9879d6e10202dc9d2b2e56a91dede76ea83589e7
LuaAPI: Fixed typo. heFroze -> heFrozen

diff -r 9879d6e10202 -r 69a88515a116 LuaAPI.wiki
--- a/LuaAPI.wiki	Wed Jun 22 03:10:31 2016 +0100
+++ b/LuaAPI.wiki	Sun Sep 04 20:18:51 2016 +0100
@@ -801,7 +801,7 @@
 || `hePoisoned` || Poison damage, damages hog each turn. || Amount of damage per turn. Use `0` to disable poisoning. ||
 || `heResurrectable` || Whether to resurrect the hog on death || With a non-zero value, the hedgehog will be resurrected and teleported to a random location on death. `0` disables this. ||
 || `heResurrected` || Whether the hedgehog has been resurrected once. This is only a subtle graphical effect. || With a non-zero value, the hedgehog was resurrected, `0` otherwise. ||
-|| `heFroze` || Freeze level. Frozen hedgehogs skip turn, are heavy and take half damage || The number denotes “how frozen” the hedgehog is, i.e. how long it takes to melt. The freezer sets this to `199999` initially. The value will be reduced by `50000` each round. Being hit by a flame reduces this number by `1000`. If `0`, the hedgehog is not frozen. The value will also be used for some other things by the engine, like animation, etc. ||
+|| `heFrozen` || Freeze level. Frozen hedgehogs skip turn, are heavy and take half damage || The number denotes “how frozen” the hedgehog is, i.e. how long it takes to melt. The freezer sets this to `199999` initially. The value will be reduced by `50000` each round. Being hit by a flame reduces this number by `1000`. If `0`, the hedgehog is not frozen. The value will also be used for some other things by the engine, like animation, etc. ||
 
 Example (sets all bots poisoned with poison damage of 1):