Skip to content

Commit

Permalink
convert to tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Apr 18, 2024
1 parent 20d1f29 commit 94282e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/silicon/ai/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
var/mob/living/silicon/ai/ai = user
var/turf/ai_turf = get_turf(ai)

for(var/_display in GLOB.ai_status_displays)
var/obj/machinery/status_display/ai/ai_display = _display
for(var/obj/machinery/status_display/ai/ai_display as anything in GLOB.ai_status_displays)
var/turf/display_turf = get_turf(ai_display)

// Derelict AIs can't affect station displays.
Expand Down
File renamed without changes.

0 comments on commit 94282e0

Please sign in to comment.