From 25496f7f506852d669e3c655fa922390a8e4751c Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Mon, 22 Apr 2013 20:44:15 +0200 Subject: Removed old monster attributes --- scripts/lua/libmana-constants.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') diff --git a/scripts/lua/libmana-constants.lua b/scripts/lua/libmana-constants.lua index a07df4c..bb1f221 100644 --- a/scripts/lua/libmana-constants.lua +++ b/scripts/lua/libmana-constants.lua @@ -84,9 +84,6 @@ ATTR_MOVE_SPEED_RAW = 17; ATTR_GP = 18; ATTR_INV_CAPACITY = 19; -MOB_ATTR_PHY_ATK_MIN = 20; -MOB_ATTR_PHY_ATK_DELTA = 21; -MOB_ATTR_MAG_ATK = 22; -- Emotes - TODO: should be obtainable in a smarter way EMOTE_DISGUST = 10000; -- cgit