Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 16, 2023
1 parent 56855ad commit 844b56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/debug/code/icons.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/atom/proc/getFlatIcon64()
var/icon/I = getFlatIcon(src)
usr << ftp(I, "[name]_\ref[src]")
usr << ftp(I, "[name].png")
return icon2base64(I)

0 comments on commit 844b56e

Please sign in to comment.