ref #105 Fixing: change a item count with 3 to 5.

This commit is contained in:
IgorekLoschinin 2021-09-18 10:30:54 +03:00
parent 75714de191
commit 09a31bbf2f

View File

@ -14,6 +14,6 @@ Ground::Ground() : CRAWL::GroundClaster("JungelGroud") {
} }
unsigned int Ground::itemsCount() const { unsigned int Ground::itemsCount() const {
return 3; return 5;
} }
} }