6 lines
		
	
	
	
		
			282 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			282 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
config.antiSwimingItems = { -- Added items are deleted when you enter the water and their broken state is added to the inventory
 | 
						|
    ["phone_black"] = "broken_phone",
 | 
						|
    ["phone_green"] = "broken_phone",
 | 
						|
    ["phone_red"] = "broken_phone",
 | 
						|
    ["phone_purple"] = "broken_phone",
 | 
						|
}
 |