Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5e37795

Browse files
Removed commented out UI image code
1 parent 085bd5a commit 5e37795

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code/modules/food_and_drinks/kitchen_machinery/food_cart.dm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@
8383
details["type_path"] = item.type
8484

8585
//Get an image for the UI
86-
// var/icon/item_pic = getFlatIcon(item)
87-
// var/md5 = md5(fcopy_rsc(item_pic))
88-
// if(!SSassets.cache["photo_[md5]_[item.name]_icon.png"])
89-
// SSassets.transport.register_asset("photo_[md5]_[item.name]_icon.png", item_pic)
90-
// SSassets.transport.send_assets(user, list("photo_[md5]_[item.name]_icon.png" = item_pic))
91-
// details["image"] = SSassets.transport.get_asset_url("photo_[md5]_[item.name]_icon.png")
9286
var/datum/data/ui_image/ui_image = new /datum/data/ui_image(item)
9387
details["image"] = ui_image.image
9488

0 commit comments

Comments
 (0)