Fix #50
This commit is contained in:
parent
7d2cd5df62
commit
2b0320be5f
@ -2005,6 +2005,10 @@ export class PegasusActor extends Actor {
|
|||||||
ui.notifications.warn("Warning! No more space available in cargo !!")
|
ui.notifications.warn("Warning! No more space available in cargo !!")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Destroyed
|
||||||
|
if ( this.system.statistics.hr.currentlevel == 0) {
|
||||||
|
ChatMessage.create({ content: `The vehicle ${this.name} has been destroyed !`} )
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user