Bug fixes
parent
662d015afd
commit
e0b4d96fea
|
@ -1010,8 +1010,8 @@ export class ActorSheetKH extends ActorSheet {
|
||||||
if (_item) {
|
if (_item) {
|
||||||
let newVal = true;
|
let newVal = true;
|
||||||
|
|
||||||
if(_item.data.used !== undefined) {
|
if(_item.data.data.used !== undefined) {
|
||||||
newVal = !_item.data.used;
|
newVal = !_item.data.data.used;
|
||||||
}
|
}
|
||||||
|
|
||||||
let update = {
|
let update = {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "kopparhavet",
|
"name": "kopparhavet",
|
||||||
"title": "Kopparhavets Hjältar",
|
"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.",
|
"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",
|
"minimumCoreVersion": "0.8.6",
|
||||||
"compatibleCoreVersion": "0.8.8",
|
"compatibleCoreVersion": "0.8.8",
|
||||||
"templateVersion": 4,
|
"templateVersion": 4,
|
||||||
|
@ -95,6 +95,6 @@
|
||||||
"url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet",
|
"url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"manifest": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/raw/branch/master/system.json",
|
"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"
|
"license": "LICENCE.txt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue