fix(webui): don't halve required R30 XP for MoaPets & KubrowPets #1771
@ -436,7 +436,9 @@ function updateInventory() {
 | 
				
			|||||||
                            category != "SpaceSuits" &&
 | 
					                            category != "SpaceSuits" &&
 | 
				
			||||||
                            category != "Sentinels" &&
 | 
					                            category != "Sentinels" &&
 | 
				
			||||||
                            category != "Hoverboards" &&
 | 
					                            category != "Hoverboards" &&
 | 
				
			||||||
                            category != "MechSuits"
 | 
					                            category != "MechSuits" &&
 | 
				
			||||||
 | 
					                            category != "MoaPets" &&
 | 
				
			||||||
 | 
					                            category != "KubrowPets"
 | 
				
			||||||
                        ) {
 | 
					                        ) {
 | 
				
			||||||
                            maxXP /= 2;
 | 
					                            maxXP /= 2;
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user