From 3df102a816120dd7d61e0ff00afbba2d2b1a59cb Mon Sep 17 00:00:00 2001 From: Gene Pressinger Date: Tue, 12 Aug 2025 23:42:08 -0400 Subject: [PATCH] fix: Issue #346 - A Burning Stone LoS --- .../game/object/tangible/collection/rock_burning_10.tpf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sku.0/sys.server/compiled/game/object/tangible/collection/rock_burning_10.tpf b/sku.0/sys.server/compiled/game/object/tangible/collection/rock_burning_10.tpf index 2ecad3cad6..b0296428cc 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/collection/rock_burning_10.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/collection/rock_burning_10.tpf @@ -6,5 +6,5 @@ @class object_template 5 sharedTemplate = "object/tangible/collection/shared_rock_burning_10.iff" -objvars = ["collection.slotName" = "col_rock_burning:burning_rock_10"] +objvars = ["collection.slotName" = "col_rock_burning:burning_rock_10", "skipLosCheck" = 1] scripts = ["systems.collections.consume_click"]