From d7f34c1ce34fa54d3e802918d9e93ee18cc9df2f Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 20 Apr 2021 12:36:46 -0400 Subject: [PATCH] Fixes indentation errors --- .../loadout/loadout_fluffitems_vr.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index b4613e1691e..8bafe404318 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -95,17 +95,17 @@ character_name = list("Aronai Sieyes") /datum/gear/fluff/astra_ritualknife - path = /obj/item/weapon/material/knife/ritual/fluff/astra - display_name = "Polished Ritual Knife" - description = "A well kept strange ritual knife, There is a small tag with the name 'Astra Ether' on it. They are probably looking for this." - ckeywhitelist = list("astraether") - character_name = list("Astra Ether") + path = /obj/item/weapon/material/knife/ritual/fluff/astra + display_name = "Polished Ritual Knife" + description = "A well kept strange ritual knife, There is a small tag with the name 'Astra Ether' on it. They are probably looking for this." + ckeywhitelist = list("astraether") + character_name = list("Astra Ether") /datum/gear/fluff/astra_medal path = /obj/item/clothing/accessory/medal/conduct display_name = "Astra's Conduct Medal" - ckeywhitelist = list("astraether") - character_name = list("Astra Ether") + ckeywhitelist = list("astraether") + character_name = list("Astra Ether") /datum/gear/fluff/collar/azura path = /obj/item/clothing/accessory/collar/azura