From 6612f0bb52d11c2a097f80174cbbb2e98e2ff4aa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Dec 2017 17:54:04 +0300 Subject: Show item drop effects only if monster dropping non looted items. --- src/map/mob.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index 83e022899..98d64873b 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -406,6 +406,7 @@ enum mob_id { // The data structures for storing delayed item drops struct item_drop { struct item item_data; + bool showdropeffect; struct item_drop* next; }; struct item_drop_list { -- cgit v1.2.3-60-g2f50