forked from OpenWF/SpaceNinjaServer
		
	fix(webui): don't halve required R30 XP for MoaPets & KubrowPets (#1771)
Reviewed-on: OpenWF/SpaceNinjaServer#1771 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									e3a34399e5
								
							
						
					
					
						commit
						a49edefbd1
					
				@ -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