Skip to content

Commit

Permalink
bicon64
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 16, 2023
1 parent 844b56e commit 9bd76e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modular_ss220/debug/code/icons.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/atom/proc/getFlatIcon64()
/proc/bicon64(obj, use_class = TRUE)
return bicon(getFlatIcon(obj))

/atom/proc/download_flaticon()
var/icon/I = getFlatIcon(src)
usr << ftp(I, "[name].png")
return icon2base64(I)

0 comments on commit 9bd76e5

Please sign in to comment.