From 22b946b2db0374164697ba57b64abb11551b0ff3 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 25 Aug 2019 20:27:34 +0200 Subject: Fix Steal accidentally being able to steal cards from certain mobs Cards are now blocked by item type rather than item drop slot position, since cards no longer have a fixed position in the drop list (regression in ed72a947a6c97804c1eef5b80bfa49d99f7d7586) Signed-off-by: Haru --- src/map/mob.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index 9b0f6ffe0..6c3aa938b 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -40,7 +40,6 @@ struct hplugin_data_store; //The number of drops all mobs have and the max drop-slot that the steal skill will attempt to steal from. #define MAX_MOB_DROP 10 #define MAX_MVP_DROP 3 -#define MAX_STEAL_DROP 7 //Min time between AI executions #define MIN_MOBTHINKTIME 100 -- cgit v1.2.3-70-g09d2