module DrawOnTheMap
{
    item SheetPaperMap
    {
        DisplayCategory = Cartography,
        ItemType = base:map,
        Icon = Paper,
        Weight = 0.1,
        Map = PaperMap,
        WorldStaticModel = SheetOfPaper,
        Tags = base:ignorezombiedensity,
    }
}
