This commit is contained in:
SandPoot
2023-08-04 00:11:08 -03:00
parent c317c8b8fc
commit 403c49afab
4 changed files with 29 additions and 1 deletions
@@ -587,3 +587,10 @@
// blended_color = "#2eeb9a"
// pre_asset.Blend(blended_color, ICON_MULTIPLY)
// return pre_asset
/datum/asset/spritesheet/jobs
name = "jobs"
/datum/asset/spritesheet/jobs/register()
InsertAll("", 'icons/UI_Icons/tgui/jobs.dmi')
..()