mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Revert "Add a Lua call to do damages / heals" ok @ShadowNinja
This reverts commit 467fc0ddc9
.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user