WIP
This commit is contained in:
+2
-1
@@ -22,12 +22,13 @@ export class MobCombatInfoComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
@Input() mode: MobDlgType = MobDlgType.PreView;
|
||||
showSkill: boolean = false;
|
||||
showAllSkill: boolean = false;
|
||||
showBlackDice: boolean
|
||||
skillTriggerHtml: string = '';
|
||||
constructor() { }
|
||||
|
||||
ngOnInit(): void {
|
||||
this.showAllSkill = [MobDlgType.PreView, MobDlgType.Dashboard].includes(this.mode);
|
||||
if (this.mob.skills && this.mob.skills.length > 0) {
|
||||
this.mob.skills.forEach(element => {
|
||||
switch (this.mode) {
|
||||
|
||||
Reference in New Issue
Block a user