bad dels + looks like this was not going well

This commit is contained in:
SandPoot
2025-03-10 16:38:50 -03:00
parent 054716857f
commit 9f4a7ef4f3
2 changed files with 2 additions and 2 deletions

View File

@@ -441,7 +441,7 @@
var/hovering
/atom/movable/screen/zone_sel/Destroy()
QDEL_LIST_ASSOC(hover_overlays_cache)
QDEL_LIST_ASSOC_VAL(hover_overlays_cache)
return ..()
/atom/movable/screen/zone_sel/Click(location, control,params)

View File

@@ -5,5 +5,5 @@
for(var/datum/font/font as anything in subtypesof(/datum/font))
var/file = "[initial(font.font_family)]"
var/file_name = copytext(file, findlasttext(file, "/") + 1)
assets[file_name] = file
assets[file_name] = file(file)
return ..()