mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-14 22:12:38 -06:00
Add fallback value in GUI sprite button tooltips for entity prototypes
This commit is contained in:
@@ -174,7 +174,7 @@ function inventory_tab.build(map_data, player_data)
|
||||
tooltip = { "",
|
||||
img_path,
|
||||
" [font=default-semibold]",
|
||||
{ item_string },
|
||||
item_string,
|
||||
"[/font]\n"..format.number(count),
|
||||
},
|
||||
}
|
||||
@@ -198,7 +198,7 @@ function inventory_tab.build(map_data, player_data)
|
||||
tooltip = { "",
|
||||
img_path,
|
||||
" [font=default-semibold]",
|
||||
{ item_string },
|
||||
item_string,
|
||||
"[/font]\n"..format.number(count),
|
||||
},
|
||||
}
|
||||
@@ -222,7 +222,7 @@ function inventory_tab.build(map_data, player_data)
|
||||
tooltip = { "",
|
||||
img_path,
|
||||
" [font=default-semibold]",
|
||||
{ item_string },
|
||||
item_string,
|
||||
"[/font]\n"..format.number(count),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user