mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Fix water wheel gold amount (#348)
This commit is contained in:
		| @@ -1088,7 +1088,7 @@ void CGVisitableOPW::setPropertyDer(ui8 what, ui32 val) | ||||
| 		if (ID == Obj::WATER_WHEEL) | ||||
| 		{ | ||||
| 			auto& reward = info[0].reward.resources[Res::GOLD]; | ||||
| 			if(info[0].numOfGrants == 0) | ||||
| 			if(cb->getDate() > 7) | ||||
| 			{ | ||||
| 				reward = 1000; | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user