File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ target = "engine/node.lua"
7878pattern = " if self.children.h_popup then"
7979position = ' at'
8080match_indent = true
81- payload = " if self.children.h_popup and not (self.force_popup and self:force_popup()) then"
81+ payload = '''
82+ if self.children.h_popup and not (self.force_popup and self:force_popup() and Cryptid["force_tooltips"]) then
83+ '''
8284
8385# Let description tooltips work for any object
8486[[patches ]]
@@ -96,4 +98,4 @@ target = "card.lua"
9698pattern = " if self.highlighted and self.area and self.area.config.type ~= 'shop' then"
9799position = ' at'
98100match_indent = true
99- payload = " if self.highlighted and self.area and self.area.config.type ~= 'shop' and not self.area.config.collection then"
101+ payload = " if self.highlighted and self.area and self.area.config.type ~= 'shop' and not self.area.config.collection then"
You can’t perform that action at this time.
0 commit comments