From 42a95cdc3931c37033494c2577c078351db0dd5f Mon Sep 17 00:00:00 2001 From: TheToaster98 <51209769+TheToaster98@users.noreply.github.com> Date: Thu, 12 May 2022 21:18:43 +0200 Subject: [PATCH] Change Datum for the new subtype AAAAAA --- .../client/preference_setup/loadout/loadout_fluffitems_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 667bf3eea25..42aa7f50d21 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -199,7 +199,7 @@ character_name = list("Charles Gettler") /datum/gear/fluff/nettie_tablet - path = /obj/item/modular_computer/tablet/preset/custom_loadout/elite/nettie + path = /obj/item/modular_computer/tablet/preset/custom_loadout/nettie display_name = "Remodeled Tablet" ckeywhitelist = list("bricker98") character_name = list("Nettie Stough")