Skip to content

Commit 9583e6e

Browse files
committed
[#4060] cleanup
1 parent 78f8b54 commit 9583e6e

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

module/applications/activity/teleport-sheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class TeleportSheet extends ActivitySheet {
4242
_getTabs() {
4343
const tabs = super._getTabs();
4444
tabs.effect.label = "DND5E.TELEPORT.SECTIONS.Teleport";
45-
tabs.effect.icon = "fa-solid fa-person-rays";
45+
tabs.effect.icon = "fa-solid fa-person-walking-dashed-line-arrow-right";
4646
return tabs;
4747
}
4848
}

module/documents/activity/teleport.mjs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,11 @@ export default class TeleportActivity extends ActivityMixin(TeleportActivityData
6363

6464
// /* -------------------------------------------- */
6565

66+
// TODO: triggerSubsequentActions only when the spell specifically targets "Self"
6667
// /** @inheritDoc */
6768
// async _triggerSubsequentActions() {
68-
// if ( !this.canPlanTeleport ) return;
69-
// try {
70-
// await this.planTeleport();
71-
// } catch(err) {
72-
// Hooks.onError("TeleportActivity#planTeleport", err, { log: "error", notify: "error" });
73-
// }
69+
// if ( !this.canPlanTeleport ) return;
70+
// await this.planTeleport();
7471
// }
7572

7673
/* -------------------------------------------- */

0 commit comments

Comments
 (0)