Compare commits
6 Commits
162ff881fc
...
v0.0.9
| Author | SHA1 | Date | |
|---|---|---|---|
| cde8feb3c0 | |||
| 9e7255b556 | |||
| 8992bba8e1 | |||
| 3589587f84 | |||
| d268e2f6ac | |||
| bc09aec49c |
@@ -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.8",
|
||||
"version": "0.0.9",
|
||||
"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.8.zip",
|
||||
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.9.zip",
|
||||
"license": "LICENCE.txt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user