Skip to content

Commit

Permalink
huds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Aug 1, 2024
1 parent 7917d24 commit c0ec458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/research/designs/designs_hud_optical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
sort_string = "GAAAA"

/datum/design/item/hud/security
name = "security records"
name = "security HUD" //[SIERRA-EDIT]
id = "security_hud"
req_tech = list(TECH_MAGNET = 3, TECH_COMBAT = 2)
build_path = /obj/item/clothing/glasses/hud/security
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/rdconsole.dm
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
search_text = ""
if(href_list["eject_disk"]) // User is ejecting the disk.
if(disk)
disk.forceMove(src.loc)
disk.forceMove(get_turf(src))
disk = null
if(href_list["delete_disk_file"]) // User is attempting to delete a file from the loaded disk.
if(disk)
Expand Down

0 comments on commit c0ec458

Please sign in to comment.