Skip to content

Commit

Permalink
tweak: show traps on HUD
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed May 17, 2024
1 parent acac086 commit e62102d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/surfaces.zig
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ pub const Lamp = Machine{
.unpowered_tile = '○',
.powered_sprite = .S_O_M_LabLight,
.unpowered_sprite = .S_O_M_LabLight,
.show_on_hud = true,

.powered_fg = 0xffdf12,
.unpowered_fg = 0x88e0ee,
Expand Down

0 comments on commit e62102d

Please sign in to comment.