Skip to content

Commit

Permalink
fix stupid icon naming
Browse files Browse the repository at this point in the history
  • Loading branch information
intercepti0n committed Dec 23, 2023
1 parent da5a1b3 commit fdd925c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/teleporter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

var/should_glow = update_glow()
if(should_glow)
AddOverlays(emissive_appearance(icon, "tele_console_over-[target_ref ? 1 : 0]"))
AddOverlays(emissive_appearance(icon, "tele_console_ea-[target_ref ? 1 : 0]"))

return

Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/teleporter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
icon_state = "tele_gate_on"

set_light(0.25, 0.1, 2, 3.5, light_color)
AddOverlays(emissive_appearance(icon, "tele_gate_over"))
AddOverlays(emissive_appearance(icon, "tele_gate_ea"))

return

Expand Down
Binary file modified icons/obj/machines/teleporter.dmi
Binary file not shown.

0 comments on commit fdd925c

Please sign in to comment.