Skip to content

Commit

Permalink
feat(UI): Change floodlight symbol to 'T' (#5571)
Browse files Browse the repository at this point in the history
change floodlight symbol
  • Loading branch information
Soadreqm authored Oct 13, 2024
1 parent 663ec9b commit 0f185af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
{
"type": "furniture",
"id": "f_grid_floodlight_off",
"symbol": ".",
"symbol": "T",
"color": "white",
"copy-from": "f_floor_lamp_base",
"looks_like": "t_utility_light_off",
Expand Down Expand Up @@ -295,7 +295,7 @@
{
"type": "furniture",
"id": "f_grid_floodlight",
"symbol": ".",
"symbol": "T",
"color": "white",
"copy-from": "f_grid_floodlight_off",
"name": "grid floodlight (no power)",
Expand All @@ -311,8 +311,8 @@
{
"type": "furniture",
"id": "f_grid_floodlight_on",
"symbol": ".",
"color": "white",
"symbol": "T",
"color": "yellow",
"copy-from": "f_grid_floodlight_off",
"looks_like": "t_utility_light",
"name": "grid floodlight (on)",
Expand Down

0 comments on commit 0f185af

Please sign in to comment.