From 008d7e0467a30f78e0c1a707be0c34aaa884732c Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sun, 22 Mar 2015 18:01:56 +0100 Subject: Revert "Add a Lua call to do damages / heals" ok @ShadowNinja This reverts commit 467fc0ddc912ae38c3bf9fcb99e0b66d7478eec0. --- src/script/lua_api/l_object.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/script/lua_api/l_object.h') diff --git a/src/script/lua_api/l_object.h b/src/script/lua_api/l_object.h index 94b07070c..d51ca379f 100644 --- a/src/script/lua_api/l_object.h +++ b/src/script/lua_api/l_object.h @@ -83,12 +83,6 @@ private: // 0 if not applicable to this type of object static int l_get_hp(lua_State *L); - // apply_damage(self, damage) - // damage = amount of damage to apply - // if damage is negative, heal the player - // returns: nil - static int l_apply_damage(lua_State *L); - // get_inventory(self) static int l_get_inventory(lua_State *L); -- cgit v1.2.3