Added icon

This commit is contained in:
TheOnly8Z 2020-07-02 02:43:34 -04:00
parent 00d6444511
commit 9ed7450a59
2 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ if CLIENT then
local mode = GetConVar("arccw_ttt_bodyattinfo"):GetInt()
if Entity(raw.eidx).ArcCW_AttInfo and (mode == 2 or (mode == 1 and raw.detective_search)) then
local finalTbl = {
img = "vgui/ttt/icon_nades",
p = 10,
img = "arccw/ttticons/arccw_dropattinfo.png",
p = 10.5, -- Right after the murder weapon
text = (mode == 1 and "With your detective skills, you" or "You") .. " deduce the murder weapon had these attachments: "
}
local comma = false

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB