From 2b26787e00426c19451d8bd4b0998f6356916b9c Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Wed, 20 Apr 2022 21:49:44 +0200 Subject: [PATCH] thanks lint, very cool --- .../client/preference_setup/loadout/loadout_xeno/unathi.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm index 9bb4c02bb21..f4ab4e40dc8 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm @@ -15,9 +15,9 @@ mantles["hide mantle, mountain"] = /obj/item/clothing/accessory/poncho/unathimantle/mountain gear_tweaks += new /datum/gear_tweak/path(mantles) -/datum/gear/suit/unathi_mantle +/datum/gear/suit/unathi_mantle_noble display_name = "forest mantle" - desc = "A forest hide mantle, reserved exclusively for nobility." + description = "A forest hide mantle, reserved exclusively for nobility." path = /obj/item/clothing/accessory/poncho/unathimantle/forest cost = 1 whitelisted = list(SPECIES_UNATHI)