Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Oct 26, 2023
1 parent dc1c90e commit 5f03374
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/macros/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000308
MANIFEST-000311
4 changes: 1 addition & 3 deletions packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
2023/09/16-18:06:55.855 59d8 Recovering log #306
2023/09/16-18:06:55.859 59d8 Delete type=0 #306
2023/09/16-18:06:55.859 59d8 Delete type=3 #304
2023/10/26-14:00:02.437 3b48 Delete type=3 #1
13 changes: 5 additions & 8 deletions packs/macros/LOG.old
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
2023/08/01-22:27:59.219 1ad8 Recovering log #303
2023/08/01-22:27:59.223 1ad8 Delete type=0 #303
2023/08/01-22:27:59.223 1ad8 Delete type=3 #302
2023/08/02-01:57:41.091 9610 Level-0 table #307: started
2023/08/02-01:57:41.091 9610 Level-0 table #307: 0 bytes OK
2023/08/02-01:57:41.092 9610 Delete type=0 #305
2023/08/02-01:57:41.092 9610 Manual compaction at level-0 from '!macros!0xkDU2f2dzJFeVj3' @ 72057594037927935 : 1 .. '!macros!Fqe8bYO5u9Izswqm' @ 0 : 0; will stop at (end)
2023/08/02-01:57:41.092 9610 Manual compaction at level-1 from '!macros!0xkDU2f2dzJFeVj3' @ 72057594037927935 : 1 .. '!macros!Fqe8bYO5u9Izswqm' @ 0 : 0; will stop at (end)
2023/10/26-14:00:02.405 3b48 Log #309: 0 ops saved to Table #310 OK
2023/10/26-14:00:02.407 3b48 Archiving C:\Users\tspla\AppData\Local\FoundryVTT\Data\modules\splatter\packs\macros/000309.log: OK
2023/10/26-14:00:02.410 3b48 Table #5: 4 entries OK
2023/10/26-14:00:02.413 3b48 Archiving C:\Users\tspla\AppData\Local\FoundryVTT\Data\modules\splatter\packs\macros/MANIFEST-000308: OK
2023/10/26-14:00:02.421 3b48 **** Repaired leveldb C:\Users\tspla\AppData\Local\FoundryVTT\Data\modules\splatter\packs\macros; recovered 1 files; 1377 bytes. Some data may have been lost. ****
Binary file added packs/macros/MANIFEST-000311
Binary file not shown.
Empty file added packs/macros/lost/000309.log
Empty file.
File renamed without changes.
5 changes: 5 additions & 0 deletions scripts/BloodSplatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ class BloodSplatterContainerManager{
container.elevation = elevation;
container.sort = this.sort;
this.containers.push(container);
Object.defineProperty(container, "visible", {
get: () => {
return CONFIG?.Levels?.currentToken?.losHeight >= elevation ?? true;
}
})
return container;
}

Expand Down

0 comments on commit 5f03374

Please sign in to comment.