Changes

m
no edit summary
Line 330: Line 330:  
local function format_bonus_text(desc)
 
local function format_bonus_text(desc)
 
     local with_formats = {
 
     local with_formats = {
         ["Radar"] = "[[File:Radar.png|link=Radar]]",
+
         ["Radar"] = "[[File:Radar.png|link=Radar|Radar with accuracy ≥ 3]]",
 
     }
 
     }
 
     local with = desc._with and with_formats[desc._with] and " " .. with_formats[desc._with] or ""
 
     local with = desc._with and with_formats[desc._with] and " " .. with_formats[desc._with] or ""
     local count = desc._count and " ×" .. desc._count or ""
+
     local count = desc._count and " " .. Formatting:tooltip("×" .. desc._count, "amount of equipment") or ""
 
     local text = desc._ship and
 
     local text = desc._ship and
 
         string.format("[[%s]]%s", desc._ship, count) or
 
         string.format("[[%s]]%s", desc._ship, count) or
cssedit, gkautomate
6,926

edits