cheat: gainNoNegativeSyndicateStanding (2)
fixed title decrease
This commit is contained in:
		
							parent
							
								
									8aaaecf8ed
								
							
						
					
					
						commit
						8233cf91a2
					
				@ -2184,6 +2184,7 @@ export const updateSyndicate = (
 | 
			
		||||
        if (syndicate !== undefined) {
 | 
			
		||||
            if (inventory.gainNoNegativeSyndicateStanding) {
 | 
			
		||||
                affiliation.Standing = Math.max(0, affiliation.Standing);
 | 
			
		||||
                affiliation.Title = Math.max(0, affiliation.Title);
 | 
			
		||||
            }
 | 
			
		||||
            syndicate.Standing += affiliation.Standing;
 | 
			
		||||
            syndicate.Title = syndicate.Title === undefined ? affiliation.Title : syndicate.Title + affiliation.Title;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user