Cleaning up some stuff

This commit is contained in:
Kakeman89 2020-09-01 12:13:00 -04:00
parent b40f5f62f8
commit 0f2f8a1fb6
20 changed files with 191 additions and 4959 deletions

View file

@ -6,7 +6,7 @@ import {SW5E} from '../config.js';
/**
* Extend the base Actor class to implement additional logic specialized for D&D5e.
* Extend the base Actor class to implement additional logic specialized for SW5e.
*/
export class Actor5e extends Actor {
@ -1042,7 +1042,7 @@ export class Actor5e extends Actor {
/* -------------------------------------------- */
/**
* Add additional system-specific sidebar directory context menu options for D&D5e Actor entities
* Add additional system-specific sidebar directory context menu options for SW5e Actor entities
* @param {jQuery} html The sidebar HTML
* @param {Array} entryOptions The default array of context menu options
*/