X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fmap_objects.h;h=4804033d1002fe17499242046fdd5ff804d12f30;hb=e9282787cecf5439513dbfaedeac235cdc841e91;hp=a905b7bc48f4f788729fc886fe6fa9f37d15fc17;hpb=e43611d44a32c92274d08dcc42e2541cf1ecdc72;p=plomrogue diff --git a/src/map_objects.h b/src/map_objects.h index a905b7b..4804033 100644 --- a/src/map_objects.h +++ b/src/map_objects.h @@ -68,6 +68,7 @@ struct ItemDef struct MonsterDef { struct MapObjDef map_obj_def; + uint8_t corpse_id; /* ID of object type killed monster changes to. */ uint8_t hitpoints_start; /* Hitpoints each monster starts with. */ };