when cooking in gasoline, jump to drying state(will be burnt then)
См. определение в файле Cooking.c строка 430
431 {
432 if (cooking_equipment.IsCookware())
433 {
434 if (cooking_equipment.GetQuantity() > 0)
435 {
437 {
440 }
441
443 }
444
446 {
447
449 }
450
451 if (cooking_equipment.GetInventory().GetCargo().GetItemCount() > 0)
452 {
454 }
455
457 }
458 else if (cooking_equipment.IsLiquidContainer() && cooking_equipment.GetQuantity() > 0 && cooking_equipment.GetLiquidType() !=
LIQUID_GASOLINE)
459 {
461 }
462
464 }
enum CookingMethodType TIME_WITH_SUPPORT_MATERIAL_COEF
static const float TIME_WITHOUT_SUPPORT_MATERIAL_COEF
time modifier used when not using support material
ItemBase GetItemTypeFromCargo(typename item_type, ItemBase cooking_equipment)
Cooking data.
const int LIQUID_GASOLINE
Перекрестные ссылки COOKING_INGREDIENT_LARD, GetItemTypeFromCargo(), LIQUID_GASOLINE, TIME_WITH_SUPPORT_MATERIAL_COEF и TIME_WITHOUT_SUPPORT_MATERIAL_COEF.
Используется в CookWithEquipment().