From a2684cce7c9771f4537b861c334456f1bcb73d39 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 20 Jan 2014 22:27:20 +0100 Subject: [PATCH] Update gamelib --- modules/gamelib/thing.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gamelib/thing.lua b/modules/gamelib/thing.lua index c49eba1f..5dfa477f 100644 --- a/modules/gamelib/thing.lua +++ b/modules/gamelib/thing.lua @@ -39,6 +39,7 @@ ThingAttrFullGround = 30 ThingAttrLook = 31 ThingAttrCloth = 32 ThingAttrMarket = 33 +ThingAttrNoMoveAnimation = 253 -- >= 1010, value = 16 ThingAttrChargeable = 254 -- deprecated ThingLastAttr = 255