Skip to content
Snippets Groups Projects
Commit 4c970b40 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix

parent 29ee1457
No related branches found
No related tags found
1 merge request!6373Remove is item accessible
/* intended to condense the clothing/toy/etc availability checks into something less asinine */
window.isItemAccessible = (function() { window.isItemAccessible = (function() {
return { return {
array: array, array: array,
...@@ -7,7 +5,7 @@ window.isItemAccessible = (function() { ...@@ -7,7 +5,7 @@ window.isItemAccessible = (function() {
}; };
/** /**
* Checks whether clothing is accessible * Checks whether an item is accessible
* @param {string} string Name of wearable item * @param {string} string Name of wearable item
* @param {string} category that item is in clothing, collar, etc * @param {string} category that item is in clothing, collar, etc
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment