Skip to content

Commit

Permalink
Fixes the diagnostic hud for nanites
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperjll committed Nov 9, 2024
1 parent d958ce2 commit 1c85534
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hypermods/Z_edits/hud_edits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
. = ..()
hud_icons += list(NANITE_HUD)

/datum/atom_hud/data/diagnostic/basic/New()
. = ..()
hud_icons += list(DIAG_NANITE_FULL_HUD)

/datum/atom_hud/data/diagnostic/advanced/New()
/datum/atom_hud/data/diagnostic/New()
. = ..()
hud_icons += list(DIAG_NANITE_FULL_HUD)

0 comments on commit 1c85534

Please sign in to comment.