Fix Deal XP logic of party sheet
							parent
							
								
									22d7c15471
								
							
						
					
					
						commit
						483cd49f9a
					
				|  | @ -60,10 +60,13 @@ export class AcksPartySheet extends FormApplication { | ||||||
|           <label>Amount</label> |           <label>Amount</label> | ||||||
|           <input name="total" placeholder="0" type="text"/> |           <input name="total" placeholder="0" type="text"/> | ||||||
|         </div> |         </div> | ||||||
|         </form>`; |       </form> | ||||||
|     let pcs = this.object.entities.filter((e) => { |     `;
 | ||||||
|       return e.getFlag('acks', 'party') && e.data.type == "character"; | 
 | ||||||
|  |     let pcs = this.object.documents.filter((actor) => { | ||||||
|  |       return actor.getFlag('acks', 'party') && actor.data.type == "character"; | ||||||
|     }); |     }); | ||||||
|  | 
 | ||||||
|     new Dialog({ |     new Dialog({ | ||||||
|       title: "Deal Experience", |       title: "Deal Experience", | ||||||
|       content: template, |       content: template, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue