mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fixes certain broken icons in the outfit editor, stripping menu and multiple others (#93319)
## About The Pull Request ``icon2base64`` does not like animated icons and will display an atlas in TGUI when one is passed into it <img width="239" height="220" alt="JKneqDL9NH" src="https://github.com/user-attachments/assets/47e0ffdf-c155-4c84-94ce-c23203281012" /> Additionally added some padding between the icon and the slot name in the outfit editor because it annoyed me ## Changelog 🆑 fix: Fixed certain broken icons in the outfit editor, stripping menu and multiple others /🆑
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
|
||||
/mob/living/basic/mining_drone/ui_static_data(mob/user)
|
||||
var/list/data = list()
|
||||
data["bot_icon"] = icon2base64(getFlatIcon(src))
|
||||
data["bot_icon"] = icon2base64(getFlatIcon(src, no_anim = TRUE))
|
||||
data["possible_colors"] = list()
|
||||
for(var/color in possible_colors)
|
||||
data["possible_colors"] += list(list(
|
||||
|
||||
Reference in New Issue
Block a user