mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes invisible paintings on scoreboards (#36502)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
var/title = painting.painting_data.title
|
||||
if(!title)
|
||||
title = "Nameless"
|
||||
var/icon/flat = getFlatIconDeluxe(sort_image_datas(get_content_image_datas(painting )), override_dir = SOUTH)
|
||||
var/icon/flat = getFlatIcon(painting)
|
||||
row1 += {"<td><img class='icon' src='data:image/png;base64,[iconsouth2base64(flat)]'></td>"}
|
||||
row2 += {"<td>"[title]"</td>"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user