Actor/Crew rolls
This commit is contained in:
@ -1981,7 +1981,12 @@ export class PegasusActor extends Actor {
|
||||
crewList.push( {id: actorId})
|
||||
this.update( { 'system.crew': crewList } )
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
delCrew(actorId) {
|
||||
let crewList = duplicate( this.system.crew.filter( actorDef => actorDef.id != actorId ) || [] )
|
||||
this.update( { 'system.crew': crewList } )
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
rollPoolFromVehicle(statKey, useShield = false, subKey = "none") {
|
||||
// Find relevant actor
|
||||
|
Reference in New Issue
Block a user