Skip to content

Commit

Permalink
Implant Check Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottfrei committed Oct 28, 2023
1 parent e2d540b commit 27ce01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GLOBAL_LIST_INIT(huds, list( \

if(istype(check, /obj/item/organ/internal/cyberimp/eyes/hud))
var/obj/item/organ/internal/cyberimp/eyes/hud/implant = check
if(implant.HUD_type)
if(implant.HUD_type && !implant.is_equipped(TRUE, TRUE))
var/datum/atom_hud/my_hud = GLOB.huds[implant.HUD_type]
my_hud.add_hud_to(src)

Expand Down

0 comments on commit 27ce01b

Please sign in to comment.