fixes tooltips & iv drips (#6496)

This commit is contained in:
silicons
2024-06-07 04:57:21 -06:00
committed by GitHub
parent 53ccd42786
commit 9eb95e5f60
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
. = list()
for(var/filename in files)
var/file = files[filename]
var/datum/asset_item/item = new(filename, file, do_not_mangle, absolute, FALSE)
var/datum/asset_item/item = new(filename, file, do_not_mangle || absolute, absolute, FALSE)
.[filename] = item
if(do_not_separate && !absolute) // if absolute, it's pointless to generate namespace as we'll be in the same folder anyways.
// generate their namespace and assign