mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
bad dels + looks like this was not going well
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user