Fixes the inexplicable runtime errors.

This commit is contained in:
Mike Long
2016-03-05 02:50:34 -05:00
parent 8eb7267030
commit c0d678e18b
+2 -2
View File
@@ -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