Skip to content
Snippets Groups Projects
Commit d717a4b8 authored by DarkGod's avatar DarkGod
Browse files

Removed the ego multiplier bonus from object's tooltips, it's mostly useless info

parent 31a82874
No related branches found
No related tags found
No related merge requests found
......@@ -1670,9 +1670,9 @@ function _M:getDesc(name_param, compare_with, never_compare, use_actor)
if self.encumber then
desc:add({"color",0x67,0xAD,0x00}, ("%0.2f Encumbrance."):format(self.encumber), {"color", "LAST"})
end
if self.ego_bonus_mult then
desc:add(true, {"color",0x67,0xAD,0x00}, ("%0.2f Ego Multiplier."):format(1 + self.ego_bonus_mult), {"color", "LAST"})
end
-- if self.ego_bonus_mult then
-- desc:add(true, {"color",0x67,0xAD,0x00}, ("%0.2f Ego Multiplier."):format(1 + self.ego_bonus_mult), {"color", "LAST"})
-- end
local could_compare = false
if not name_param.force_compare and not core.key.modState("ctrl") then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment