forked from mtcontrib/technic_armor
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			5a5085f874
			...
			d3e5dadbba
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d3e5dadbba | 
							
								
								
									
										4
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.lua
									
									
									
									
									
								
							@@ -137,8 +137,8 @@ for material, m in pairs(materials) do
 | 
			
		||||
				["armor_"..p.place] = math.floor(p.level * m.armor),
 | 
			
		||||
				armor_heal = m.heal,
 | 
			
		||||
				armor_use = m.use,
 | 
			
		||||
				armor_radiation = math.floor(p.radlevel * m.radiation)
 | 
			
		||||
			}
 | 
			
		||||
			},
 | 
			
		||||
			armor_groups = { radiation = math.floor(p.radlevel * m.radiation)},
 | 
			
		||||
		})
 | 
			
		||||
		minetest.register_craft({
 | 
			
		||||
			output = name,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user