Bug fixes
parent
662d015afd
commit
e0b4d96fea
|
@ -1010,8 +1010,8 @@ export class ActorSheetKH extends ActorSheet {
|
|||
if (_item) {
|
||||
let newVal = true;
|
||||
|
||||
if(_item.data.used !== undefined) {
|
||||
newVal = !_item.data.used;
|
||||
if(_item.data.data.used !== undefined) {
|
||||
newVal = !_item.data.data.used;
|
||||
}
|
||||
|
||||
let update = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "kopparhavet",
|
||||
"title": "Kopparhavets Hjältar",
|
||||
"description": "The Molten Sea is a dangerous but exciting place, where pirates, sorcerers and secretive orders of knighthood struggle for power, wealth and ancient lore.",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"minimumCoreVersion": "0.8.6",
|
||||
"compatibleCoreVersion": "0.8.8",
|
||||
"templateVersion": 4,
|
||||
|
@ -95,6 +95,6 @@
|
|||
"url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet",
|
||||
"socket": true,
|
||||
"manifest": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/raw/branch/master/system.json",
|
||||
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.6.zip",
|
||||
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.8.zip",
|
||||
"license": "LICENCE.txt"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue