Skip to content

Commit

Permalink
another note
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 11, 2023
1 parent 474b98c commit c7d6b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/mob_hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var/list/datum/mob_hud/huds = list(
MOB_HUD_SECURITY_BASIC = new /datum/mob_hud/security/basic(),
MOB_HUD_SECURITY_ADVANCED = new /datum/mob_hud/security/advanced(),
MOB_HUD_MEDICAL_BASIC = new /datum/mob_hud/medical/basic(), // I don't think this is really needed anymore and it's annoying me, consult with the ancients before merge - Morrow
MOB_HUD_MEDICAL_BASIC = new /datum/mob_hud/medical/basic(),
MOB_HUD_MEDICAL_ADVANCED = new /datum/mob_hud/medical/advanced(),
MOB_HUD_MEDICAL_OBSERVER = new /datum/mob_hud/medical/observer(),
MOB_HUD_XENO_INFECTION = new /datum/mob_hud/xeno_infection(),
Expand Down

0 comments on commit c7d6b6b

Please sign in to comment.