X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmap_objects.h;h=4804033d1002fe17499242046fdd5ff804d12f30;hb=951248dddace9f7cadcf30700a3c3e6ad7ae2888;hp=a905b7bc48f4f788729fc886fe6fa9f37d15fc17;hpb=1a32fc2490749bfa11b0b81c99e17e65ef368e0c;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. */ };