forked from OpenWF/SpaceNinjaServer
		
	chore: faithful handling when ki'teer signa was rolled (#2553)
Reviewed-on: OpenWF/SpaceNinjaServer#2553 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
							
								
									ddfa98e0b2
								
							
						
					
					
						commit
						2e84f71af8
					
				@ -581,7 +581,7 @@ const handleBoosterPackPurchase = async (
 | 
				
			|||||||
                        purchaseResponse.InventoryChanges,
 | 
					                        purchaseResponse.InventoryChanges,
 | 
				
			||||||
                        await addItem(inventory, specialItemReward.Item)
 | 
					                        await addItem(inventory, specialItemReward.Item)
 | 
				
			||||||
                    );
 | 
					                    );
 | 
				
			||||||
                    // TOVERIFY: Is the SpecialItemRewardAttenuation entry removed now?
 | 
					                    atten.Atten = 0;
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    atten.Atten += specialItemReward.PityIncreaseRate!;
 | 
					                    atten.Atten += specialItemReward.PityIncreaseRate!;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user