mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-13 03:40:37 +01:00
Armor can be removed as requirement, fixes #1856
This commit is contained in:
parent
a81fdf2918
commit
fbae888275
@ -155,6 +155,7 @@ public class InventoryUtil {
|
||||
allItems[toRemove.getKey()] = i;
|
||||
}
|
||||
}
|
||||
equipment.setArmorContents(allItems);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user