Adds icons to some programs that don't have one (#12790)

* Added icons to some programs that didnt have one

Added icons to some programs that didn't have one, those being the bounty board, energy harvester controller, and portrait painter

* Changes one of the icons so its not a duplicate

Didn't know this one was used already
This commit is contained in:
nmajask
2021-12-04 17:44:14 -05:00
committed by GitHub
parent 1af2c078fc
commit 3068bc19aa
3 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
network_destination = "bounty board interface"
size = 10
tgui_id = "NtosRequestKiosk"
program_icon = "comments-dollar"
///Reference to the currently logged in user.
var/datum/bank_account/current_user
///The station request datum being affected by UI actions.

View File

@@ -10,6 +10,7 @@
network_destination = "energy harvester controller"
size = 1
tgui_id = "NtosEnergyHarvesterController"
program_icon = "charging-station"
var/status
var/obj/item/energy_harvester/moneysink

View File

@@ -18,6 +18,7 @@
requires_ntnet = TRUE
size = 9
tgui_id = "NtosPortraitPrinter"
program_icon = "palette"
/datum/computer_file/program/portrait_printer/ui_data(mob/user)
var/list/data = list()