fix: don't set G3/Zanuka death marks by default (#1950)
These should only be set to true after completing an invasion for the enemy faction. Re #1097 Reviewed-on: OpenWF/SpaceNinjaServer#1950 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
							
								
									a8227ce54c
								
							
						
					
					
						commit
						8f8bc5b364
					
				@ -1688,9 +1688,9 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
 | 
				
			|||||||
        //Like BossAladV,BossCaptainVor come for you on missions % chance
 | 
					        //Like BossAladV,BossCaptainVor come for you on missions % chance
 | 
				
			||||||
        DeathMarks: { type: [String], default: [] },
 | 
					        DeathMarks: { type: [String], default: [] },
 | 
				
			||||||
        //Zanuka
 | 
					        //Zanuka
 | 
				
			||||||
        Harvestable: { type: Boolean, default: true },
 | 
					        Harvestable: Boolean,
 | 
				
			||||||
        //Grustag three
 | 
					        //Grustag three
 | 
				
			||||||
        DeathSquadable: { type: Boolean, default: true },
 | 
					        DeathSquadable: Boolean,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        EndlessXP: { type: [endlessXpProgressSchema], default: undefined },
 | 
					        EndlessXP: { type: [endlessXpProgressSchema], default: undefined },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user