Skip to content

Commit

Permalink
fix tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Dec 4, 2024
1 parent c8b1c1c commit 45d20b6
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 @@ -19,7 +19,7 @@ GLOBAL_LIST_INIT(huds, list(
DATA_HUD_AI_DETECT = new /datum/atom_hud/ai_detector(),
DATA_HUD_FAN = new /datum/atom_hud/data/human/fan_hud(),
DATA_HUD_MALF_APC = new /datum/atom_hud/data/malf_apc(),
DATA_HUD_SENTIENT_DISEASE = new /datum/atom_hud/sentient_disease(), // ARK ADDITION
DATA_HUD_SENTIENT_DISEASE = new /datum/atom_hud/sentient_disease(), // ARK ADDITION
DATA_HUD_PERMIT = new/datum/atom_hud/data/human/permit(), // NOVA EDIT ADDITION
))

Expand Down

0 comments on commit 45d20b6

Please sign in to comment.