NAME
Games::RolePlay::MapGen::GeneratorPlugin::ClearDoors - Remove all doors from a map.
SYNOPSIS
use Games::RolePlay::MapGen;
my $map = new Games::RolePlay::MapGen;
$map->add_generator_plugin( "ClearDoors" );
# (NOTE: this is really intended to be used from the GRM Editor.)
DESCRIPTION
This module removes all the doors from a map.
SEE ALSO
Games::RolePlay::MapGen