mirror of
				https://github.com/FaceDeer/dfcaverns.git
				synced 2025-11-04 01:55:28 +01:00 
			
		
		
		
	fix typo in grow time, this was using cave wheat's delay multiplier
https://github.com/FaceDeer/dfcaverns/issues/18
This commit is contained in:
		@@ -3,7 +3,7 @@ local S = df_farming.S
 | 
				
			|||||||
local displace_x = 0.125
 | 
					local displace_x = 0.125
 | 
				
			||||||
local displace_z = 0.125
 | 
					local displace_z = 0.125
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local plump_helmet_grow_time = df_farming.config.plant_growth_time * df_farming.config.cave_wheat_delay_multiplier / 4
 | 
					local plump_helmet_grow_time = df_farming.config.plant_growth_time * df_farming.config.plump_helmet_delay_multiplier / 4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local plump_helmet_on_place =  function(itemstack, placer, pointed_thing, plantname)
 | 
					local plump_helmet_on_place =  function(itemstack, placer, pointed_thing, plantname)
 | 
				
			||||||
	local pt = pointed_thing
 | 
						local pt = pointed_thing
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user