diff --git a/code/datums/hud.dm b/code/datums/hud.dm index 6c648d1f5b7..63b52de6377 100644 --- a/code/datums/hud.dm +++ b/code/datums/hud.dm @@ -15,9 +15,9 @@ var/datum/atom_hud/huds = list( \ ANTAG_HUD_HOG_BLUE = new/datum/atom_hud/antag(),\ ANTAG_HUD_HOG_RED = new/datum/atom_hud/antag(),\ ANTAG_HUD_TRAITOR = new/datum/atom_hud/antag(),\ - ANTAG_HUD_CHANGELING = new/datum/atom_hud/antag(),\ - ANTAG_HUD_ABDUCTOR = new/datum/atom_hud/antag(),\ ANTAG_HUD_NINJA = new/datum/atom_hud/antag(),\ + ANTAG_HUD_CHANGLING = new/datum/atom_hud/antag(),\ + ANTAG_HUD_ABDUCTOR = new/datum/atom_hud/antag(),\ ) /datum/atom_hud