mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Unhardcodes Modular PC icons (#54158)
* Changes modPC program icons to not be hardcoded * icons * tgui.bundle.js, we meet again
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
if(P in idle_threads)
|
||||
running = TRUE
|
||||
|
||||
data["programs"] += list(list("name" = P.filename, "desc" = P.filedesc, "running" = running))
|
||||
data["programs"] += list(list("name" = P.filename, "desc" = P.filedesc, "running" = running, "icon" = P.program_icon))
|
||||
|
||||
data["has_light"] = has_light
|
||||
data["light_on"] = light_on
|
||||
|
||||
Reference in New Issue
Block a user