Update readme

develop
lethosor 2014-05-18 21:21:17 -04:00
parent 6519ac1bf8
commit 96b70a93bc
2 changed files with 2 additions and 2 deletions

@ -2042,6 +2042,7 @@ Tools:
* ``anywhere``: Allows embarking anywhere (including sites, mountain-only biomes, and oceans). Use with caution.
* ``nano``: An implementation of nano embark - allows resizing below 2x2 when enabled.
* ``sand``: Displays an indicator when sand is present in the currently-selected area, similar to the default clay/stone indicators.
misery
------

@ -94,8 +94,7 @@ void sand_update ()
for (auto iter = fragments.begin(); iter != fragments.end(); iter++)
{
std::string fragment = iter->second;
if (fragment.find("SAND_") != std::string::npos ||
fragment.find("SAND :") != std::string::npos)
if (fragment.find("SAND_") != std::string::npos)
{
sand_indicator = "Sand";
break;