diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js index a43564b829d7bcffebca45c0b211c74b070a738c..26237b5bdbee7de65933c9ed4c769c807098991a 100644 --- a/src/js/itemAvailability.js +++ b/src/js/itemAvailability.js @@ -170,7 +170,7 @@ window.isItemAccessible = function(string) { } }; -/* +/** * @param {App.Entity.SlaveState} slave * @param {string} prosthetic * @returns {boolean} diff --git a/src/js/surgery.js b/src/js/surgery.js index dcd5c5a92c8e0a80e04afe18b9ebc9cf0197cd51..3efd07bcafc20cc3c2c3194469b45c79861d7350 100644 --- a/src/js/surgery.js +++ b/src/js/surgery.js @@ -453,11 +453,11 @@ App.Medicine.Surgery.sizingProcedures = function() { }(); /** -* Clean up extremities on removal or piercings, tats, and brands -* For limbs use removeLimbs() -* @param {App.Entity.SlaveState} slave -* @param {string} part -*/ + * Clean up extremities on removal or piercings, tats, and brands + * For limbs use removeLimbs() + * @param {App.Entity.SlaveState} slave + * @param {string} part + */ window.surgeryAmp = function(slave, part) { switch (part) { case "left ear":