From 6cce85acf8a38cebd552a5bea34bf5b48418ff35 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 22 Oct 2022 01:23:15 +0200 Subject: [PATCH] [MIRROR] Fixes autodoc for orbit_icon [MDB IGNORE] (#17081) * Fixes autodoc for orbit_icon (#70695) Fixes doc for orbit_icon * Fixes autodoc for orbit_icon Co-authored-by: Tastyfish --- code/datums/id_trim/_id_trim.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/id_trim/_id_trim.dm b/code/datums/id_trim/_id_trim.dm index 0322d56839e..06c2bec74ec 100644 --- a/code/datums/id_trim/_id_trim.dm +++ b/code/datums/id_trim/_id_trim.dm @@ -16,7 +16,7 @@ var/intern_alt_name = null /// The icon_state associated with this trim, as it will show on the security HUD. var/sechud_icon_state = SECHUD_UNKNOWN - /// Icons to be displayed in the orbit ui. Source: FontAwesome v5. + /// Icons to be displayed in the orbit ui. Source: FontAwesome v6 Free Edition. var/orbit_icon /// Accesses that this trim unlocks on a card it is imprinted on. These accesses never take wildcard slots and can be added and removed at will.